Home
last modified time | relevance | path

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

/freebsd-12.1/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) 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 Dlibdwarf_init.c88 if (m->load_section(obj, i, &dbg->dbg_section[i].ds_data, &ret) in _dwarf_consumer_init()
H A Dlibdwarf_elf_init.c230 e->eo_methods.load_section = _dwarf_elf_load_section; in _dwarf_elf_init()
H A Dlibdwarf.h92 int (*load_section)(void *_obj, Dwarf_Half _index, member
/freebsd-12.1/sys/kern/
H A Dimgact_elf.c94 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()