Searched defs:destshdr (Results 1 - 7 of 7) sorted by relevance

/external/elfutils/libebl/
H A Debl_check_special_symbol.c39 const char *name, const GElf_Shdr *destshdr)
44 return ebl->check_special_symbol (ebl->elf, ehdr, sym, name, destshdr);
38 ebl_check_special_symbol(Ebl *ebl, GElf_Ehdr *ehdr, const GElf_Sym *sym, const char *name, const GElf_Shdr *destshdr) argument
/external/elfutils/backends/
H A Daarch64_symbol.c66 const char *name, const GElf_Shdr *destshdr)
71 const char *sname = elf_strptr (elf, ehdr->e_shstrndx, destshdr->sh_name);
65 aarch64_check_special_symbol(Elf *elf, GElf_Ehdr *ehdr, const GElf_Sym *sym, const char *name, const GElf_Shdr *destshdr) argument
H A Dppc64_symbol.c100 const GElf_Shdr *destshdr)
102 const char *sname = elf_strptr (elf, ehdr->e_shstrndx, destshdr->sh_name);
97 ppc64_check_special_symbol(Elf *elf, GElf_Ehdr *ehdr, const GElf_Sym *sym __attribute__ ((unused)), const char *name __attribute__ ((unused)), const GElf_Shdr *destshdr) argument
H A Dppc_symbol.c126 const char *name, const GElf_Shdr *destshdr)
142 const char *sname = elf_strptr (elf, ehdr->e_shstrndx, destshdr->sh_name);
152 && sym->st_value == destshdr->sh_addr + 0x8000)
158 && sym->st_value == destshdr->sh_addr + 0x8000
125 ppc_check_special_symbol(Elf *elf, GElf_Ehdr *ehdr, const GElf_Sym *sym, const char *name, const GElf_Shdr *destshdr) argument
/external/elfutils/src/
H A Dobjdump.c382 GElf_Shdr *destshdr; local
383 destshdr = gelf_getshdr (elf_getscn (ebl->elf,
388 if (shdr == NULL || destshdr == NULL)
395 elf_strptr (ebl->elf, shstrndx, destshdr->sh_name));
504 GElf_Shdr *destshdr = gelf_getshdr (elf_getscn (ebl->elf, local
507 if (unlikely (destshdr == NULL))
512 elf_strptr (ebl->elf, shstrndx, destshdr->sh_name),
H A Delflint.c767 GElf_Shdr *destshdr; local
769 destshdr = gelf_getshdr (elf_getscn (ebl->elf, xndx), &destshdr_mem);
770 if (destshdr != NULL)
773 : destshdr->sh_addr);
783 destshdr))
785 if (st_value - sh_addr > destshdr->sh_size)
816 + sym->st_size) > destshdr->sh_size)
825 if ((destshdr->sh_flags & SHF_TLS) == 0)
835 if (st_value > destshdr->sh_size)
841 > destshdr
929 GElf_Shdr *destshdr = gelf_getshdr (elf_getscn (ebl->elf, xndx), local
1351 check_one_reloc(Ebl *ebl, GElf_Ehdr *ehdr, GElf_Shdr *relshdr, int idx, size_t cnt, const GElf_Shdr *symshdr, Elf_Data *symdata, GElf_Addr r_offset, GElf_Xword r_info, const GElf_Shdr *destshdr, bool reldyn, struct loaded_segment *loaded, enum load_state *statep) argument
1484 GElf_Shdr *destshdr = NULL; local
1535 GElf_Shdr *destshdr = NULL; local
[all...]
H A Dreadelf.c1853 GElf_Shdr *destshdr = gelf_getshdr (elf_getscn (ebl->elf, shdr->sh_info), local
1856 if (unlikely (symshdr == NULL || symdata == NULL || destshdr == NULL))
1884 elf_strptr (ebl->elf, shstrndx, destshdr->sh_name),
1958 elf_strptr (ebl->elf, shstrndx, destshdr->sh_name));
2043 GElf_Shdr *destshdr = gelf_getshdr (elf_getscn (ebl->elf, shdr->sh_info), local
2046 if (unlikely (symshdr == NULL || symdata == NULL || destshdr == NULL))
2074 elf_strptr (ebl->elf, shstrndx, destshdr->sh_name),
2150 elf_strptr (ebl->elf, shstrndx, destshdr->sh_name));

Completed in 157 milliseconds