HomeSort by: relevance | last modified time | path
    Searched defs:eif (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/amd64/stand/prekern/
elf.c 49 static struct elfinfo eif; variable in typeref:struct:elfinfo
55 if (memcmp((char *)eif.ehdr->e_ident, ELFMAG, SELFMAG) != 0 ||
56 eif.ehdr->e_ident[EI_CLASS] != ELFCLASS ||
57 eif.ehdr->e_type != ET_REL) {
104 for (i = 0; i < eif.symcnt; i++) {
105 sym = &eif.symtab[i];
113 buf = eif.strtab + sym->st_name;
129 for (i = 0; i < eif.ehdr->e_shnum; i++) {
130 if (eif.shdr[i].sh_name == 0) {
133 buf = eif.shstrtab + eif.shdr[i].sh_name
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
elflink.c 2279 struct elf_info_failed *eif = (struct elf_info_failed *) data;
2286 if (!eif->info->export_dynamic && !h->dynamic)
2291 && ! bfd_hide_sym_by_version (eif->info->version_info,
2294 if (! bfd_elf_link_record_dynamic_symbol (eif->info, h))
2296 eif->failed = true;
2664 struct elf_info_failed eif;
2672 eif.failed = false;
2673 eif.info = info;
2674 if (! _bfd_elf_fix_symbol_flags (h, &eif))
2676 if (eif.failed
2275 struct elf_info_failed *eif = (struct elf_info_failed *) data; local
2659 struct elf_info_failed eif; local
3274 struct elf_info_failed *eif = (struct elf_info_failed *) data; local
6980 struct elf_info_failed eif; local
6986 &eif); local
7570 struct elf_info_failed eif; local
7656 &eif); local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elflink.c 2266 struct elf_info_failed *eif = (struct elf_info_failed *) data;
2273 if (!eif->info->export_dynamic && !h->dynamic)
2278 && ! bfd_hide_sym_by_version (eif->info->version_info,
2281 if (! bfd_elf_link_record_dynamic_symbol (eif->info, h))
2283 eif->failed = true;
2626 struct elf_info_failed eif;
2634 eif.failed = false;
2635 eif.info = info;
2636 if (! _bfd_elf_fix_symbol_flags (h, &eif))
2638 if (eif.failed
2262 struct elf_info_failed *eif = (struct elf_info_failed *) data; local
2621 struct elf_info_failed eif; local
3236 struct elf_info_failed *eif = (struct elf_info_failed *) data; local
6937 struct elf_info_failed eif; local
6943 &eif); local
7527 struct elf_info_failed eif; local
7613 &eif); local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elflink.c 2227 struct elf_info_failed *eif = (struct elf_info_failed *) data;
2234 if (!eif->info->export_dynamic && !h->dynamic)
2239 && ! bfd_hide_sym_by_version (eif->info->version_info,
2242 if (! bfd_elf_link_record_dynamic_symbol (eif->info, h))
2244 eif->failed = true;
2587 struct elf_info_failed eif;
2595 eif.failed = false;
2596 eif.info = info;
2597 if (! _bfd_elf_fix_symbol_flags (h, &eif))
2599 if (eif.failed
2223 struct elf_info_failed *eif = (struct elf_info_failed *) data; local
2582 struct elf_info_failed eif; local
3206 struct elf_info_failed *eif = (struct elf_info_failed *) data; local
6882 struct elf_info_failed eif; local
6888 &eif); local
7470 struct elf_info_failed eif; local
7556 &eif); local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elflink.c 2227 struct elf_info_failed *eif = (struct elf_info_failed *) data;
2234 if (!eif->info->export_dynamic && !h->dynamic)
2239 && ! bfd_hide_sym_by_version (eif->info->version_info,
2242 if (! bfd_elf_link_record_dynamic_symbol (eif->info, h))
2244 eif->failed = true;
2573 struct elf_info_failed eif;
2581 eif.failed = false;
2582 eif.info = info;
2583 if (! _bfd_elf_fix_symbol_flags (h, &eif))
2585 if (eif.failed
2223 struct elf_info_failed *eif = (struct elf_info_failed *) data; local
2568 struct elf_info_failed eif; local
3192 struct elf_info_failed *eif = (struct elf_info_failed *) data; local
6868 struct elf_info_failed eif; local
6874 &eif); local
7456 struct elf_info_failed eif; local
7542 &eif); local
    [all...]

Completed in 44 milliseconds