Searched refs:load_section (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/elftoolchain/libdwarf/ |
| H A D | libdwarf_init.c | 88 if (m->load_section(obj, i, &dbg->dbg_section[i].ds_data, &ret) in _dwarf_consumer_init()
|
| H A D | libdwarf_elf_init.c | 283 e->eo_methods.load_section = _dwarf_elf_load_section; in _dwarf_elf_init()
|
| H A D | libdwarf.h | 92 int (*load_section)(void *_obj, Dwarf_Half _index, member
|
| /freebsd/sys/kern/ |
| H A D | imgact_elf.c | 99 static int __elfN(load_section)(const struct image_params *imgp, 626 __elfN(load_section)(const struct image_params *imgp, vm_ooffset_t offset, in __elfN() argument 749 error = __elfN(load_section)(imgp, phdr[i].p_offset, in __elfN()
|