Home
last modified time | relevance | path

Searched refs:elf2 (Results 1 – 3 of 3) sorted by relevance

/external/google-breakpad/src/common/linux/
Dfile_id_unittest.cc246 ELF elf2(EM_386, TypeParam::kClass, kLittleEndian); in TYPED_TEST() local
250 elf2.AddSection(".foo", foo_2, SHT_PROGBITS); in TYPED_TEST()
252 elf2.AddSection(".text", text_2, SHT_PROGBITS); in TYPED_TEST()
253 elf2.Finish(); in TYPED_TEST()
254 this->GetElfContents(elf2); in TYPED_TEST()
/external/elfutils/src/
Delfcmp.c167 Elf *elf2 = open_file (fname2, &fd2, &ebl2); in main() local
175 GElf_Ehdr *ehdr2 = gelf_getehdr (elf2, &ehdr2_mem); in main()
212 if (unlikely (elf_getshdrnum (elf2, &shnum2) != 0)) in main()
227 if (unlikely (elf_getphdrnum (elf2, &phnum2) != 0)) in main()
243 if (elf_getshdrstrndx (elf2, &shstrndx2) != 0) in main()
280 scn2 = elf_nextscn (elf2, scn2); in main()
283 sname2 = elf_strptr (elf2, shstrndx2, shdr2->sh_name); in main()
376 const char *name2 = elf_strptr (elf2, shdr2->sh_link, in main()
598 raw2 = elf_rawfile (elf2, &size2); in main()
622 GElf_Phdr *phdr2 = gelf_getphdr (elf2, ndx, &phdr2_mem); in main()
[all …]
Dfindtextrel.c303 Elf *elf2 = NULL; in process_file() local
378 && (elf2 = elf_begin (fd2, ELF_C_READ_MMAP, NULL)) != NULL) in process_file()
379 dw = dwarf_begin_elf (elf2, DWARF_C_READ, NULL); in process_file()
468 elf_end (elf2); in process_file()