Home
last modified time | relevance | path

Searched refs:return_section (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_elfread.c201 Dwarf_Obj_Access_Section *return_section, in elf_get_nolibelf_section_info() argument
212 return_section->addr = sp->gh_addr; in elf_get_nolibelf_section_info()
213 return_section->type = sp->gh_type; in elf_get_nolibelf_section_info()
214 return_section->size = sp->gh_size; in elf_get_nolibelf_section_info()
215 return_section->name = sp->gh_namestring; in elf_get_nolibelf_section_info()
216 return_section->link = sp->gh_link; in elf_get_nolibelf_section_info()
217 return_section->info = sp->gh_info; in elf_get_nolibelf_section_info()
218 return_section->entrysize = sp->gh_entsize; in elf_get_nolibelf_section_info()
H A Ddwarf_peread.c206 Dwarf_Obj_Access_Section *return_section, in pe_get_section_info() argument
216 return_section->addr = pep->pe_OptionalHeader.ImageBase + in pe_get_section_info()
218 return_section->type = 0; in pe_get_section_info()
222 return_section->size = sp->VirtualSize; in pe_get_section_info()
223 return_section->name = sp->dwarfsectname; in pe_get_section_info()
224 return_section->link = 0; in pe_get_section_info()
225 return_section->info = 0; in pe_get_section_info()
226 return_section->entrysize = 0; in pe_get_section_info()
H A Ddwarf_machoread.c189 Dwarf_Obj_Access_Section *return_section, in macho_get_section_info() argument
200 return_section->addr = 0; in macho_get_section_info()
201 return_section->type = 0; in macho_get_section_info()
202 return_section->size = sp->size; in macho_get_section_info()
203 return_section->name = sp->dwarfsectname; in macho_get_section_info()
204 return_section->link = 0; in macho_get_section_info()
205 return_section->info = 0; in macho_get_section_info()
206 return_section->entrysize = 0; in macho_get_section_info()
H A Dlibdwarf.h680 Dwarf_Obj_Access_Section* return_section, int* error);
H A Dgenerated_libdwarf.h.in668 return_section - Pointer to a structure in which section info
680 Dwarf_Obj_Access_Section* return_section, int* error);
H A Dlibdwarf.h.in668 return_section - Pointer to a structure in which section info
680 Dwarf_Obj_Access_Section* return_section, int* error);