Searched refs:section_ptr (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/dtrace-147/libelf/
H A Dbegin.c108 __swap_section(struct section* section_ptr) argument
110 SWAP32(section_ptr->addr);
111 SWAP32(section_ptr->size);
112 SWAP32(section_ptr->offset);
113 SWAP32(section_ptr->align);
114 SWAP32(section_ptr->reloff);
115 SWAP32(section_ptr->nreloc);
116 SWAP32(section_ptr->flags);
117 SWAP32(section_ptr->reserved1);
118 SWAP32(section_ptr
122 __swap_section_64(struct section_64* section_ptr) argument
[all...]
H A Dclscook.c581 struct _sect sect, *section_ptr, *thisSect = (struct _sect *)(&(thisSG[1])); local
592 section_ptr = thisSect + j;
595 sect = *section_ptr;
596 section_ptr = §
597 _swapsect(section_ptr);
603 pShdr->sh_name = (_elf_word)elf_macho_str_cookie(section_ptr->sectname, primary);
606 pShdr->sh_addr = (_elf_addr)section_ptr->addr;
607 pShdr->sh_offset = (_elf_off)section_ptr->offset;
608 pShdr->sh_size = section_ptr->size;
610 pShdr->sh_info = STTSect(section_ptr
[all...]
/macosx-10.10.1/dtrace-147/libdwarf/
H A Ddwarf_frame2.c60 Dwarf_Small * section_ptr,
72 Dwarf_Small * section_ptr,
166 Dwarf_Small * section_ptr,
173 Dwarf_Small *frame_ptr = section_ptr;
174 Dwarf_Small *frame_ptr_end = section_ptr + section_length;
222 frame_ptr, section_ptr,
293 section_ptr,
306 section_ptr,
929 'section_ptr' - Points to first byte of section data.
936 Dwarf_Small * section_ptr,
162 _dwarf_get_fde_list_internal(Dwarf_Debug dbg, Dwarf_Cie ** cie_data, Dwarf_Signed * cie_element_count, Dwarf_Fde ** fde_data, Dwarf_Signed * fde_element_count, Dwarf_Small * section_ptr, Dwarf_Unsigned section_index, Dwarf_Unsigned section_length, Dwarf_Unsigned cie_id_value, int use_gnu_cie_calc, Dwarf_Error * error) argument
934 dwarf_create_cie_from_start(Dwarf_Debug dbg, Dwarf_Small * cie_ptr_val, Dwarf_Small * section_ptr, Dwarf_Unsigned section_index, Dwarf_Unsigned section_length, Dwarf_Small * frame_ptr_end, Dwarf_Unsigned cie_id_value, Dwarf_Unsigned cie_count, int use_gnu_cie_calc, Dwarf_Cie * cie_ptr_to_use_out, Dwarf_Error * error) argument
1321 get_cieptr_given_offset(Dwarf_Unsigned cie_id_value, int use_gnu_cie_calc, Dwarf_Small * section_ptr, Dwarf_Small * cie_id_addr) argument
[all...]
H A Ddwarf_frame.h320 Dwarf_Small * section_ptr,

Completed in 83 milliseconds