Home
last modified time | relevance | path

Searched defs:ehdr (Results 1 – 25 of 95) sorted by relevance

1234

/third_party/elfutils/libdw/
Ddwarf_getcfi_elf.c44 allocate_cfi (Elf *elf, const GElf_Ehdr *ehdr, GElf_Addr vaddr) in allocate_cfi()
76 const GElf_Ehdr *ehdr, GElf_Addr *eh_frame_vaddr, in parse_eh_frame_hdr()
128 getcfi_gnu_eh_frame (Elf *elf, const GElf_Ehdr *ehdr, const GElf_Phdr *phdr) in getcfi_gnu_eh_frame()
196 getcfi_phdr (Elf *elf, const GElf_Ehdr *ehdr) in getcfi_phdr()
217 getcfi_scn_eh_frame (Elf *elf, const GElf_Ehdr *ehdr, in getcfi_scn_eh_frame()
273 getcfi_shdr (Elf *elf, const GElf_Ehdr *ehdr) in getcfi_shdr()
325 GElf_Ehdr *ehdr = gelf_getehdr (elf, &ehdr_mem); in dwarf_getcfi_elf() local
Ddwarf_getcfi.c61 GElf_Ehdr ehdr; in dwarf_getcfi() local
Ddwarf_begin_elf.c281 GElf_Ehdr ehdr; in valid_p() local
487 GElf_Ehdr *ehdr; in dwarf_begin_elf() local
/third_party/elfutils/libelf/
Dgelf_update_ehdr.c58 Elf32_Ehdr *ehdr = elf->state.elf32.ehdr; in gelf_update_ehdr() local
97 Elf64_Ehdr *ehdr = elf->state.elf64.ehdr; in gelf_update_ehdr() local
Delf_getdata.c118 __libelf_data_type (GElf_Ehdr *ehdr, int sh_type, GElf_Xword align) in __libelf_data_type()
273 GElf_Ehdr *ehdr = __gelf_getehdr_rdlock (elf, &ehdr_mem); in __libelf_set_rawdata_wrlock() local
369 GElf_Ehdr *ehdr = __gelf_getehdr_rdlock (elf, &ehdr_mem); in __libelf_set_rawdata_wrlock() local
Delf_begin.c81 } ehdr; in get_shnum() local
344 Elf32_Ehdr *ehdr = (Elf32_Ehdr *) ((char *) map_address + offset); in file_read_elf() local
448 Elf64_Ehdr *ehdr = (Elf64_Ehdr *) ((char *) map_address + offset); in file_read_elf() local
599 Elf64_Ehdr ehdr; in read_unmmaped_file() member
Dgelf_getehdr.c68 Elf32_Ehdr *ehdr = elf->state.elf32.ehdr; in __gelf_getehdr_rdlock() local
/third_party/elfutils/tests/
Dnewfile.c26 print_ehdr (Elf32_Ehdr *ehdr) in print_ehdr()
85 Elf32_Ehdr *ehdr = elf32_getehdr (elf); in main() local
Dupdate1.c39 Elf32_Ehdr *ehdr; in main() local
Dupdate2.c39 Elf32_Ehdr *ehdr; in main() local
Dscnnames.c32 GElf_Ehdr ehdr; in main() local
Ddwflsyms.c89 GElf_Ehdr ehdr; in elf_section_name() local
138 GElf_Ehdr ehdr; in list_syms() local
Dfillfile.c100 GElf_Ehdr *ehdr = gelf_getehdr (elf, &ehdr_mem); in create_strtab() local
227 GElf_Ehdr *ehdr = gelf_getehdr (elf, &ehdr_mem); in check_elf() local
Dvendorelf.c62 GElf_Ehdr *ehdr = gelf_getehdr (elf, &ehdr_mem); in check_elf() local
Dupdate3.c41 Elf32_Ehdr *ehdr; in main() local
Dshowptable.c32 GElf_Ehdr ehdr; in main() local
Decp.c58 GElf_Ehdr *ehdr; in main() local
/third_party/libunwind/src/ia64/
DGfind_unwind_table.c39 Elf64_Ehdr *ehdr = edi->ei.image; in find_gp() local
100 Elf64_Ehdr *ehdr; in ia64_find_unwind_table() local
/third_party/vixl/examples/aarch32/
Ddisasm-a32.cc99 explicit SectionLocator(const Elf32_Ehdr* ehdr) { in SectionLocator()
122 void LocateSymbols(const Elf32_Ehdr* ehdr, in LocateSymbols()
169 StaticSymbolVisitor(const Elf32_Ehdr* ehdr, SymbolTable* symbols) in StaticSymbolVisitor()
240 const Elf32_Ehdr* ehdr = reinterpret_cast<const Elf32_Ehdr*>(base_addr); in main() local
/third_party/elfutils/src/
Delflint.c339 check_elf_header (Ebl *ebl, GElf_Ehdr *ehdr, size_t size) in check_elf_header()
602 check_symtab (Ebl *ebl, GElf_Ehdr *ehdr, GElf_Shdr *shdr, int idx) in check_symtab()
1075 is_rel_dyn (Ebl *ebl, const GElf_Ehdr *ehdr, int idx, const GElf_Shdr *shdr, in is_rel_dyn()
1249 check_reloc_shdr (Ebl *ebl, const GElf_Ehdr *ehdr, const GElf_Shdr *shdr, in check_reloc_shdr()
1371 check_one_reloc (Ebl *ebl, GElf_Ehdr *ehdr, GElf_Shdr *relshdr, int idx, in check_one_reloc()
1492 check_rela (Ebl *ebl, GElf_Ehdr *ehdr, GElf_Shdr *shdr, int idx) in check_rela()
1543 check_rel (Ebl *ebl, GElf_Ehdr *ehdr, GElf_Shdr *shdr, int idx) in check_rel()
1598 check_dynamic (Ebl *ebl, GElf_Ehdr *ehdr, GElf_Shdr *shdr, int idx) in check_dynamic()
1929 check_symtab_shndx (Ebl *ebl, GElf_Ehdr *ehdr, GElf_Shdr *shdr, int idx) in check_symtab_shndx()
2303 check_hash (int tag, Ebl *ebl, GElf_Ehdr *ehdr, GElf_Shdr *shdr, int idx) in check_hash()
[all …]
/third_party/elfutils/backends/
Dppc64_resolve_sym.c49 GElf_Ehdr ehdr_mem, *ehdr = gelf_getehdr (ebl->elf, &ehdr_mem); in ppc64_resolve_sym_value() local
Dppc64_init.c75 GElf_Ehdr ehdr_mem, *ehdr = gelf_getehdr (elf, &ehdr_mem); in ppc64_init() local
/third_party/elfutils/libdwelf/
Ddwelf_elf_gnu_debuglink.c88 GElf_Ehdr *ehdr = gelf_getehdr (elf, &ehdr_mem); in dwelf_elf_gnu_debuglink() local
/third_party/elfutils/libasm/
Dasm_begin.c70 GElf_Ehdr *ehdr; in prepare_binary_output() local
/third_party/elfutils/libdwfl/
Drelocate.c327 const GElf_Ehdr * const ehdr, in relocate()
502 relocate_section (Dwfl_Module *mod, Elf *relocated, const GElf_Ehdr *ehdr, in relocate_section()
756 const GElf_Ehdr *ehdr = gelf_getehdr (debugfile, &ehdr_mem); in __libdwfl_relocate() local
814 GElf_Ehdr *ehdr = gelf_getehdr (relocated, &ehdr_mem); in __libdwfl_relocate_section() local

1234