Home
last modified time | relevance | path

Searched refs:GElf_Ehdr (Results 1 - 25 of 69) sorted by relevance

123

/third_party/elfutils/libelf/
H A Dgelf_getehdr.c42 GElf_Ehdr *
44 __gelf_getehdr_rdlock (Elf *elf, GElf_Ehdr *dest) in __gelf_getehdr_rdlock()
46 GElf_Ehdr *result = NULL; in __gelf_getehdr_rdlock()
96 GElf_Ehdr *
97 gelf_getehdr (Elf *elf, GElf_Ehdr *dest) in gelf_getehdr()
99 GElf_Ehdr *result; in gelf_getehdr()
H A Dgelf.h62 typedef Elf64_Ehdr GElf_Ehdr; typedef
163 extern GElf_Ehdr *gelf_getehdr (Elf *__elf, GElf_Ehdr *__dest);
166 extern int gelf_update_ehdr (Elf *__elf, GElf_Ehdr *__src);
H A Delf_getdata.c118 __libelf_data_type (GElf_Ehdr *ehdr, int sh_type, GElf_Xword align) in __libelf_data_type()
272 GElf_Ehdr ehdr_mem; in __libelf_set_rawdata_wrlock()
273 GElf_Ehdr *ehdr = __gelf_getehdr_rdlock (elf, &ehdr_mem); in __libelf_set_rawdata_wrlock()
368 GElf_Ehdr ehdr_mem; in __libelf_set_rawdata_wrlock()
369 GElf_Ehdr *ehdr = __gelf_getehdr_rdlock (elf, &ehdr_mem); in __libelf_set_rawdata_wrlock()
/third_party/libabigail/src/
H A Dabg-elf-helpers.cc112 /// Convert the value of the e_machine field of GElf_Ehdr into a
116 /// @param e_machine the value of GElf_Ehdr::e_machine.
118 /// @return the string representation of GElf_Ehdr::e_machine.
432 GElf_Ehdr eh_mem; in find_symbol_table_section()
433 GElf_Ehdr* elf_header = gelf_getehdr(elf_handle, &eh_mem); in find_symbol_table_section()
965 GElf_Ehdr eh_mem; in architecture_is_ppc64()
966 GElf_Ehdr* elf_header = gelf_getehdr(elf_handle, &eh_mem); in architecture_is_ppc64()
978 GElf_Ehdr eh_mem; in architecture_is_ppc32()
979 GElf_Ehdr* elf_header = gelf_getehdr(elf_handle, &eh_mem); in architecture_is_ppc32()
991 GElf_Ehdr eh_me in architecture_is_arm32()
[all...]
H A Dabg-elf-reader.cc57 GElf_Ehdr ehmem, *elf_header; in find_alt_dwarf_debug_info_link()
831 GElf_Ehdr eh_mem; in load_elf_architecture()
832 GElf_Ehdr* elf_header = gelf_getehdr(elf_handle(), &eh_mem); in load_elf_architecture()
928 GElf_Ehdr ehdr_mem; in elf_file_type()
929 GElf_Ehdr *header = gelf_getehdr (elf, &ehdr_mem); in elf_file_type()
/third_party/elfutils/libdw/
H A 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()
324 GElf_Ehdr ehdr_mem; in dwarf_getcfi_elf()
325 GElf_Ehdr *ehdr = gelf_getehdr (elf, &ehdr_mem); in dwarf_getcfi_elf()
/third_party/elfutils/tests/
H A Delfcopy.c44 GElf_Ehdr ehdr_mem; in setshstrndx()
45 GElf_Ehdr *ehdr = gelf_getehdr (elf, &ehdr_mem); in setshstrndx()
113 GElf_Ehdr ehdr_mema; in copy_elf()
114 GElf_Ehdr *ehdra = gelf_getehdr (elfa, &ehdr_mema); in copy_elf()
130 GElf_Ehdr ehdr_memb; in copy_elf()
131 GElf_Ehdr *ehdrb = &ehdr_memb; in copy_elf()
H A Dasm-tst2.c34 static const GElf_Ehdr expected_ehdr =
71 GElf_Ehdr ehdr_mem; in main()
72 GElf_Ehdr *ehdr; in main()
164 if (memcmp (ehdr, &expected_ehdr, sizeof (GElf_Ehdr)) != 0) in main()
H A Dasm-tst1.c34 static const GElf_Ehdr expected_ehdr =
71 GElf_Ehdr ehdr_mem; in main()
72 GElf_Ehdr *ehdr; in main()
148 if (memcmp (ehdr, &expected_ehdr, sizeof (GElf_Ehdr)) != 0) in main()
H A Dasm-tst9.c42 static const GElf_Ehdr expected_ehdr =
91 GElf_Ehdr ehdr_mem; in main()
92 GElf_Ehdr *ehdr; in main()
198 if (memcmp (ehdr, &expected_ehdr, sizeof (GElf_Ehdr)) != 0) in main()
H A Decp.c57 GElf_Ehdr ehdr_mem; in main()
58 GElf_Ehdr *ehdr; in main()
H A Dfillfile.c99 GElf_Ehdr ehdr_mem; in create_strtab()
100 GElf_Ehdr *ehdr = gelf_getehdr (elf, &ehdr_mem); in create_strtab()
226 GElf_Ehdr ehdr_mem; in check_elf()
227 GElf_Ehdr *ehdr = gelf_getehdr (elf, &ehdr_mem); in check_elf()
H A Dsectiondump.c80 GElf_Ehdr *ehdr; in handle_section()
81 GElf_Ehdr ehdr_mem; in handle_section()
H A Dvendorelf.c61 GElf_Ehdr ehdr_mem; in check_elf()
62 GElf_Ehdr *ehdr = gelf_getehdr (elf, &ehdr_mem); in check_elf()
H A Dasm-tst3.c63 GElf_Ehdr ehdr_mem; in main()
64 GElf_Ehdr *ehdr; in main()
H A Ddwflsyms.c89 GElf_Ehdr ehdr; in elf_section_name()
138 GElf_Ehdr ehdr; in list_syms()
H A Daddsections.c44 GElf_Ehdr ehdr_mem; in setshstrndx()
45 GElf_Ehdr *ehdr = gelf_getehdr (elf, &ehdr_mem); in setshstrndx()
H A Demptyfile.c92 GElf_Ehdr ehdr_mem; in check_elf()
93 GElf_Ehdr *ehdr = gelf_getehdr (elf, &ehdr_mem); in check_elf()
/third_party/elfutils/libdwelf/
H A Ddwelf_elf_gnu_debuglink.c87 GElf_Ehdr ehdr_mem; in dwelf_elf_gnu_debuglink()
88 GElf_Ehdr *ehdr = gelf_getehdr (elf, &ehdr_mem); in dwelf_elf_gnu_debuglink()
/third_party/elfutils/libdwfl/
H A Drelocate.c327 const GElf_Ehdr * const ehdr, in relocate()
502 relocate_section (Dwfl_Module *mod, Elf *relocated, const GElf_Ehdr *ehdr, in relocate_section()
755 GElf_Ehdr ehdr_mem; in __libdwfl_relocate()
756 const GElf_Ehdr *ehdr = gelf_getehdr (debugfile, &ehdr_mem); in __libdwfl_relocate()
801 GElf_Ehdr ehdr_mem; in __libdwfl_relocate_section()
814 GElf_Ehdr *ehdr = gelf_getehdr (relocated, &ehdr_mem); in __libdwfl_relocate_section()
/third_party/elfutils/libasm/
H A Ddisasm_cb.c122 GElf_Ehdr ehdr_mem; in read_symtab()
123 GElf_Ehdr *ehdr = gelf_getehdr (ctx->elf, &ehdr_mem); in read_symtab()
H A Dasm_begin.c70 GElf_Ehdr *ehdr; in prepare_binary_output()
71 GElf_Ehdr ehdr_mem; in prepare_binary_output()
/third_party/elfutils/backends/
H A Dcommon-reloc.c114 GElf_Ehdr ehdr_mem; in reloc_valid_use()
115 GElf_Ehdr *ehdr = gelf_getehdr (elf, &ehdr_mem); in reloc_valid_use()
H A Dppc64_resolve_sym.c49 GElf_Ehdr ehdr_mem, *ehdr = gelf_getehdr (ebl->elf, &ehdr_mem); in ppc64_resolve_sym_value()
/third_party/elfutils/src/
H A Darlib.c222 GElf_Ehdr ehdr_mem; in arlib_add_symbols()
223 GElf_Ehdr *ehdr = gelf_getehdr (elf, &ehdr_mem); in arlib_add_symbols()

Completed in 12 milliseconds

123