Searched refs:load_section (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | dve3900-rom.c | 86 static void load_section (bfd * abfd, asection * s, unsigned int *data_count); 811 load_section (bfd *abfd, asection *s, unsigned int *data_count) in load_section() function 917 bfd_map_over_sections (abfd, (section_map_func) load_section, &data_count); in r3900_load()
|
| /freebsd-12.1/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 | 230 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-12.1/sys/kern/ |
| H A D | imgact_elf.c | 94 static int __elfN(load_section)(struct image_params *imgp, vm_ooffset_t offset, 553 __elfN(load_section)(struct image_params *imgp, vm_ooffset_t offset, in __elfN() argument 678 error = __elfN(load_section)(imgp, phdr[i].p_offset, in __elfN()
|