Searched refs:elf1 (Results 1 – 2 of 2) sorted by relevance
/external/google-breakpad/src/common/linux/ |
D | file_id_unittest.cc | 229 ELF elf1(EM_386, TypeParam::kClass, kLittleEndian); in TYPED_TEST() local 232 elf1.AddSection(".foo", foo_1, SHT_PROGBITS); in TYPED_TEST() 235 elf1.AddSection(".text", text_1, SHT_PROGBITS); in TYPED_TEST() 236 elf1.Finish(); in TYPED_TEST() 237 this->GetElfContents(elf1); in TYPED_TEST()
|
/external/elfutils/src/ |
D | elfcmp.c | 164 Elf *elf1 = open_file (fname1, &fd1, &ebl1); in main() local 172 GElf_Ehdr *ehdr1 = gelf_getehdr (elf1, &ehdr1_mem); in main() 211 if (unlikely (elf_getshdrnum (elf1, &shnum1) != 0)) in main() 226 if (unlikely (elf_getphdrnum (elf1, &phnum1) != 0)) in main() 253 scn1 = elf_nextscn (elf1, scn1); in main() 256 sname1 = elf_strptr (elf1, ehdr1->e_shstrndx, shdr1->sh_name); in main() 360 const char *name1 = elf_strptr (elf1, shdr1->sh_link, in main() 577 raw1 = elf_rawfile (elf1, &size1); in main() 600 GElf_Phdr *phdr1 = gelf_getphdr (elf1, ndx, &phdr1_mem); in main() 656 elf_end (elf1); in main()
|