Searched refs:elf_getshstrndx (Results 1 – 17 of 17) sorted by relevance
/freebsd/contrib/elftoolchain/libelf/ |
H A D | Makefile | 92 elf_getshstrndx.3 \ 136 elf_getshstrndx.3 elf_setshstrndx.3 \
|
H A D | elf_shstrndx.c | 61 elf_getshstrndx(Elf *e, size_t *strndx) /* Deprecated API. */ in elf_getshstrndx() function
|
H A D | Version.map | 47 elf_getshstrndx;
|
H A D | libelf.h | 211 int elf_getshstrndx(Elf *_elf, size_t *_dst); /* Deprecated */
|
/freebsd/lib/libelf/ |
H A D | Makefile | 118 elf_getshstrndx.3 \ 163 elf_getshstrndx.3 elf_setshstrndx.3 \
|
/freebsd/contrib/elftoolchain/elfcopy/ |
H A D | pe.c | 73 if (elf_getshstrndx(e, &indx) == 0) in create_pe()
|
H A D | symbols.c | 279 if (elf_getshstrndx(ecp->ein, &indx) == 0) in mark_reloc_symbols() 355 if (elf_getshstrndx(ecp->ein, &indx) == 0) in mark_section_group_symbols() 402 if (elf_getshstrndx(ecp->ein, &ishstrndx) == 0) in generate_symbols()
|
H A D | archive.c | 261 if (elf_getshstrndx(ecp->eout, &shstrndx) == 0) { in extract_arsym()
|
H A D | sections.c | 118 if (elf_getshstrndx(ecp->ein, &indx) == 0) in is_remove_reloc_sec() 365 if (elf_getshstrndx(ecp->ein, &indx) == 0) in create_scn()
|
/freebsd/contrib/elftoolchain/libdwarf/ |
H A D | libdwarf_elf_init.c | 298 if (!elf_getshstrndx(elf, &e->eo_strndx)) { in _dwarf_elf_init()
|
/freebsd/contrib/elftoolchain/ar/ |
H A D | write.c | 827 if (elf_getshstrndx(e, &shstrndx) == 0) { in create_symtab_entry()
|
/freebsd/usr.bin/ar/ |
H A D | write.c | 751 if (elf_getshstrndx(e, &shstrndx) == 0) { in create_symtab_entry()
|
/freebsd/contrib/elftoolchain/addr2line/ |
H A D | addr2line.c | 856 if (!elf_getshstrndx(e, &shstrndx)) { in find_section_base()
|
/freebsd/contrib/elftoolchain/nm/ |
H A D | nm.c | 1239 if (!elf_getshstrndx(elf, &shstrndx)) { in read_elf()
|
/freebsd/contrib/elftoolchain/elfdump/ |
H A D | elfdump.c | 1125 if (!elf_getshstrndx(ed->elf, &shstrndx)) { in load_sections()
|
/freebsd/contrib/elftoolchain/readelf/ |
H A D | readelf.c | 2351 if (elf_getshstrndx(re->elf, &shstrndx)) in dump_ehdr() 7243 if (!elf_getshstrndx(re->elf, &shstrndx)) { in load_sections()
|
/freebsd/tools/build/mk/ |
H A D | OptionalObsoleteFiles.inc | 8162 OLD_FILES+=usr/share/man/man3/elf_getshstrndx.3.gz
|