Searched refs:load_section (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/contrib/gdb/gdb/
H A Ddve3900-rom.c86 static void load_section (bfd * abfd, asection * s, unsigned int *data_count);
811 load_section (bfd *abfd, asection *s, unsigned int *data_count) function
917 bfd_map_over_sections (abfd, (section_map_func) load_section, &data_count);
/freebsd-11.0-release/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_init.c88 if (m->load_section(obj, i, &dbg->dbg_section[i].ds_data, &ret)
H A Dlibdwarf_elf_init.c230 e->eo_methods.load_section = _dwarf_elf_load_section;
H A Dlibdwarf.h92 int (*load_section)(void *_obj, Dwarf_Half _index, member in struct:__anon1059
/freebsd-11.0-release/sys/kern/
H A Dimgact_elf.c92 static int __elfN(load_section)(struct image_params *imgp, vm_offset_t offset,
494 __elfN(load_section)(struct image_params *imgp, vm_offset_t offset, function
718 error = __elfN(load_section)(imgp, phdr[i].p_offset,
909 error = __elfN(load_section)(imgp, phdr[i].p_offset,

Completed in 99 milliseconds