/external/elfutils/libelf/ |
D | elf32_checksum.c | 49 size_t shstrndx; variable 59 if (INTUSE(elf_getshstrndx) (elf, &shstrndx) < 0) 91 elf_strptr (elf, shstrndx, shdr->sh_name),
|
/external/elfutils/src/ |
D | readelf.c | 680 size_t shstrndx; in print_shdr() local 689 if (elf_getshstrndx (ebl->elf, &shstrndx) < 0) in print_shdr() 750 elf_strptr (ebl->elf, shstrndx, shdr->sh_name) in print_shdr() 769 size_t shstrndx; in print_phdr() local 832 if (elf_getshstrndx (ebl->elf, &shstrndx) < 0) in print_phdr() 900 elf_strptr (ebl->elf, shstrndx, shdr->sh_name)); in print_phdr() 931 size_t shstrndx; in handle_scngrp() local 945 if (elf_getshstrndx (ebl->elf, &shstrndx) < 0) in handle_scngrp() 962 elf_strptr (ebl->elf, shstrndx, shdr->sh_name), in handle_scngrp() 981 elf_strptr (ebl->elf, shstrndx, grpshdr->sh_name) in handle_scngrp() [all …]
|
D | size.c | 418 size_t shstrndx; in show_sysv() local 427 if (elf_getshstrndx (elf, &shstrndx) < 0) in show_sysv() 442 strlen (elf_strptr (elf, shstrndx, shdr->sh_name))); in show_sysv() 469 maxlen, elf_strptr (elf, shstrndx, shdr->sh_name), in show_sysv() 494 size_t shstrndx; in show_sysv_one_line() local 502 if (elf_getshstrndx (elf, &shstrndx) < 0) in show_sysv_one_line() 527 elf_strptr (elf, shstrndx, shdr->sh_name)); in show_sysv_one_line()
|
D | nm.c | 739 size_t shstrndx; in show_symbols_sysv() local 740 if (elf_getshstrndx (ebl->elf, &shstrndx) < 0) in show_symbols_sysv() 754 = elf_strptr (ebl->elf, shstrndx, in show_symbols_sysv() 985 size_t shstrndx; in show_symbols() local 986 if (elf_getshstrndx (ebl->elf, &shstrndx) < 0) in show_symbols() 999 fullname, elf_strptr (ebl->elf, shstrndx, shdr->sh_name)); in show_symbols() 1003 fullname, elf_strptr (ebl->elf, shstrndx, shdr->sh_name)); in show_symbols()
|
D | elflint.c | 106 static uint32_t shstrndx; variable 327 return elf_strptr (ebl->elf, shstrndx, shdr->sh_name); in section_name() 428 shstrndx = ehdr->e_shstrndx; in check_elf_header() 472 shstrndx = shdr->sh_link; in check_elf_header() 475 else if (shstrndx >= shnum) in check_elf_header() 1995 const char *scnname = elf_strptr (ebl->elf, shstrndx, shdr->sh_name); in check_sections() 2120 if (elf_strptr (ebl->elf, shstrndx, shdr->sh_name) == NULL) in check_sections() 2222 if (cnt == shstrndx && shdr->sh_type != SHT_STRTAB) in check_sections()
|
D | strip.c | 374 size_t shstrndx; in handle_elf() local 466 if (unlikely (elf_getshstrndx (elf, &shstrndx) < 0)) in handle_elf() 565 shdr_info[cnt].name = elf_strptr (elf, shstrndx, in handle_elf() 926 shdr_info[shstrndx].idx = 0; in handle_elf()
|
D | ldgeneric.c | 599 fileinfo->shstrndx, in check_definition() 631 oldfile->shstrndx, in check_definition() 782 elf_strptr (fileinfo->elf, fileinfo->shstrndx, in find_section_group() 827 elf_strptr (fileinfo->elf, fileinfo->shstrndx, shdr->sh_name)); in mark_section_group() 834 elf_strptr (fileinfo->elf, fileinfo->shstrndx, in mark_section_group() 840 fileinfo->shstrndx, in mark_section_group() 931 fileinfo->shstrndx, in add_section() 945 search.name = elf_strptr (fileinfo->elf, fileinfo->shstrndx, shdr->sh_name); in add_section() 1191 elf_strptr (fileinfo->elf, fileinfo->shstrndx, in add_relocatable_file() 1208 elf_strptr (fileinfo->elf, fileinfo->shstrndx, in add_relocatable_file() [all …]
|
D | ld.h | 135 size_t shstrndx; member
|
/external/elfutils/po/ |
D | elfutils.pot | 2686 "overflow in shstrndx\n"
|