Searched refs:elf_getshstrndx (Results 1 – 21 of 21) sorted by relevance
/external/elfutils/libelf/ |
D | elf_getshstrndx.c | 67 elf_getshstrndx (elf, dst) in elf_getshstrndx() function 203 INTDEF(elf_getshstrndx)
|
D | libelf.map | 41 elf_getshstrndx;
|
D | elf32_checksum.c | 93 if (INTUSE(elf_getshstrndx) (elf, &shstrndx) < 0)
|
D | Android.mk | 74 elf_getshstrndx.c \
|
D | libelf.h | 290 extern int elf_getshstrndx (Elf *__elf, size_t *__dst);
|
D | Makefile.am | 94 elf_getshnum.c elf_getshstrndx.c \
|
D | Makefile.in | 113 elf_getshstrndx.$(OBJEXT) gelf_checksum.$(OBJEXT) \ 313 elf_getshnum.c elf_getshstrndx.c \ 463 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf_getshstrndx.Po@am__quote@
|
D | ChangeLog | 398 * elf_getshstrndx.c: Likewise.
|
/external/elfutils/libdwfl/ |
D | relocate.c | 73 && unlikely (elf_getshstrndx (elf, shstrndx) < 0)) in __libdwfl_relocate_value() 575 if (elf_getshstrndx (debugfile, &d_shstrndx) < 0) in __libdwfl_relocate() 619 if (elf_getshstrndx (relocated, &shstrndx) < 0) in __libdwfl_relocate_section()
|
D | derelocate.c | 97 if (unlikely (elf_getshstrndx (mod->main.elf, &shstrndx) < 0)) in cache_sections()
|
D | dwfl_module_getdwarf.c | 148 if (elf_getshstrndx (elf, &shstrndx) < 0) in find_debuglink()
|
/external/elfutils/src/ |
D | size.c | 416 if (unlikely (elf_getshstrndx (elf, &shstrndx) < 0)) in show_sysv() 490 if (unlikely (elf_getshstrndx (elf, &shstrndx) < 0)) in show_sysv_one_line()
|
D | readelf.c | 832 if (unlikely (elf_getshstrndx (ebl->elf, &shstrndx) < 0)) in print_shdr() 971 if (unlikely (elf_getshstrndx (ebl->elf, &shstrndx) < 0)) in print_phdr() 1112 if (unlikely (elf_getshstrndx (ebl->elf, &shstrndx) < 0)) in handle_scngrp() 1294 if (unlikely (elf_getshstrndx (ebl->elf, &shstrndx) < 0)) in handle_dynamic() 1492 if (unlikely (elf_getshstrndx (ebl->elf, &shstrndx) < 0)) in handle_relocs_rel() 1637 if (unlikely (elf_getshstrndx (ebl->elf, &shstrndx) < 0)) in handle_relocs_rela() 1805 if (unlikely (elf_getshstrndx (ebl->elf, &shstrndx) < 0)) in handle_symtab() 2059 if (unlikely (elf_getshstrndx (ebl->elf, &shstrndx) < 0)) in handle_verneed() 2125 if (unlikely (elf_getshstrndx (ebl->elf, &shstrndx) < 0)) in handle_verdef() 2203 if (unlikely (elf_getshstrndx (ebl->elf, &shstrndx) < 0)) in handle_versym() [all …]
|
D | nm.c | 738 if (elf_getshstrndx (ebl->elf, &shstrndx) < 0) in show_symbols_sysv() 1000 if (elf_getshstrndx (ebl->elf, &shstrndx) < 0) in show_symbols()
|
D | objdump.c | 796 if (elf_getshstrndx (ebl->elf, &shstrndx) < 0) in handle_elf()
|
D | unstrip.c | 1222 ELF_CHECK (elf_getshstrndx (unstripped, &unstripped_shstrndx) == 0, in copy_elided_sections() 1226 ELF_CHECK (elf_getshstrndx (stripped, &stripped_shstrndx) == 0, in copy_elided_sections()
|
D | strip.c | 480 if (unlikely (elf_getshstrndx (elf, &shstrndx) < 0)) in handle_elf()
|
D | ldgeneric.c | 2041 if (unlikely (elf_getshstrndx (fileinfo->elf, &fileinfo->shstrndx) in file_process2() 4151 (void) elf_getshstrndx (ld_state.outelf, &shstrndx); in compute_hash_sum()
|
/external/elfutils/ |
D | NEWS | 666 libelf: fix little new section-handling related bugs in elf_getshstrndx 710 libelf: add elf_getshnum and elf_getshstrndx
|
D | elfutils.spec | 497 - fix arguments to gelf_getsymshndx and elf_getshstrndx
|
/external/elfutils/config/ |
D | elfutils.spec.in | 497 - fix arguments to gelf_getsymshndx and elf_getshstrndx
|