Searched refs:destshdr (Results 1 – 11 of 11) sorted by relevance
/external/elfutils/backends/ |
D | ppc_symbol.c | 126 const char *name, const GElf_Shdr *destshdr) in ppc_check_special_symbol() argument 142 const char *sname = elf_strptr (elf, ehdr->e_shstrndx, destshdr->sh_name); in ppc_check_special_symbol() 152 && sym->st_value == destshdr->sh_addr + 0x8000) in ppc_check_special_symbol() 158 && sym->st_value == destshdr->sh_addr + 0x8000 in ppc_check_special_symbol()
|
D | aarch64_symbol.c | 66 const char *name, const GElf_Shdr *destshdr) in aarch64_check_special_symbol() argument 71 const char *sname = elf_strptr (elf, ehdr->e_shstrndx, destshdr->sh_name); in aarch64_check_special_symbol()
|
D | ppc64_symbol.c | 100 const GElf_Shdr *destshdr) in ppc64_check_special_symbol() argument 102 const char *sname = elf_strptr (elf, ehdr->e_shstrndx, destshdr->sh_name); in ppc64_check_special_symbol()
|
D | alpha_symbol.c | 136 const GElf_Shdr *destshdr __attribute__ ((unused))) in alpha_check_special_symbol() argument
|
/external/elfutils/libebl/ |
D | ebl_check_special_symbol.c | 39 const char *name, const GElf_Shdr *destshdr) in ebl_check_special_symbol() argument 44 return ebl->check_special_symbol (ebl->elf, ehdr, sym, name, destshdr); in ebl_check_special_symbol()
|
D | eblopenbackend.c | 187 const GElf_Shdr *destshdr); 686 const GElf_Shdr *destshdr __attribute__ ((unused))) in strong_alias()
|
D | libebl.h | 161 const GElf_Shdr *destshdr);
|
/external/elfutils/src/ |
D | objdump.c | 382 GElf_Shdr *destshdr; in show_relocs_x() local 383 destshdr = gelf_getshdr (elf_getscn (ebl->elf, in show_relocs_x() 388 if (shdr == NULL || destshdr == NULL) in show_relocs_x() 395 elf_strptr (ebl->elf, shstrndx, destshdr->sh_name)); in show_relocs_x() 504 GElf_Shdr *destshdr = gelf_getshdr (elf_getscn (ebl->elf, in show_relocs() local 507 if (unlikely (destshdr == NULL)) in show_relocs() 512 elf_strptr (ebl->elf, shstrndx, destshdr->sh_name), in show_relocs()
|
D | elflint.c | 767 GElf_Shdr *destshdr; in check_symtab() local 769 destshdr = gelf_getshdr (elf_getscn (ebl->elf, xndx), &destshdr_mem); in check_symtab() 770 if (destshdr != NULL) in check_symtab() 773 : destshdr->sh_addr); in check_symtab() 783 destshdr)) in check_symtab() 785 if (st_value - sh_addr > destshdr->sh_size) in check_symtab() 816 + sym->st_size) > destshdr->sh_size) in check_symtab() 825 if ((destshdr->sh_flags & SHF_TLS) == 0) in check_symtab() 835 if (st_value > destshdr->sh_size) in check_symtab() 841 > destshdr->sh_size) in check_symtab() [all …]
|
D | readelf.c | 1853 GElf_Shdr *destshdr = gelf_getshdr (elf_getscn (ebl->elf, shdr->sh_info), in handle_relocs_rel() local 1856 if (unlikely (symshdr == NULL || symdata == NULL || destshdr == NULL)) in handle_relocs_rel() 1884 elf_strptr (ebl->elf, shstrndx, destshdr->sh_name), in handle_relocs_rel() 1958 elf_strptr (ebl->elf, shstrndx, destshdr->sh_name)); in handle_relocs_rel() 2043 GElf_Shdr *destshdr = gelf_getshdr (elf_getscn (ebl->elf, shdr->sh_info), in handle_relocs_rela() local 2046 if (unlikely (symshdr == NULL || symdata == NULL || destshdr == NULL)) in handle_relocs_rela() 2074 elf_strptr (ebl->elf, shstrndx, destshdr->sh_name), in handle_relocs_rela() 2150 elf_strptr (ebl->elf, shstrndx, destshdr->sh_name)); in handle_relocs_rela()
|
D | ChangeLog | 588 * objdump.c (show_relocs_x): Make sure destshdr exists. 591 (show_relocs): Make sure destshdr, symshdr and symdata exists. 599 * readelf.c (handle_relocs_rel): Don't reuse destshdr to store
|