Searched refs:elf2 (Results 1 – 3 of 3) sorted by relevance
/external/google-breakpad/src/common/linux/ |
D | file_id_unittest.cc | 246 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/ |
D | elfcmp.c | 169 Elf *elf2 = open_file (fname2, &fd2, &ebl2); in main() local 177 GElf_Ehdr *ehdr2 = gelf_getehdr (elf2, &ehdr2_mem); in main() 214 if (unlikely (elf_getshdrnum (elf2, &shnum2) != 0)) in main() 229 if (unlikely (elf_getphdrnum (elf2, &phnum2) != 0)) in main() 266 scn2 = elf_nextscn (elf2, scn2); in main() 269 sname2 = elf_strptr (elf2, ehdr2->e_shstrndx, shdr2->sh_name); in main() 362 const char *name2 = elf_strptr (elf2, shdr2->sh_link, in main() 582 raw2 = elf_rawfile (elf2, &size2); in main() 606 GElf_Phdr *phdr2 = gelf_getphdr (elf2, ndx, &phdr2_mem); in main() 657 elf_end (elf2); in main()
|
D | findtextrel.c | 318 Elf *elf2 = NULL; in process_file() local 393 && (elf2 = elf_begin (fd2, ELF_C_READ_MMAP, NULL)) != NULL) in process_file() 394 dw = dwarf_begin_elf (elf2, DWARF_C_READ, NULL); in process_file() 482 elf_end (elf2); in process_file()
|