Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/linux/
Dfile_id_unittest.cc229 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/
Delfcmp.c164 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()
/external/toolchain-utils/
Dchromiumos_image_diff.py197 for elf1 in i1.elf_files:
199 f1 = elf1.replace(tmp_rootfs, '')
200 full_path1 = elf1
201 full_path2 = elf1.replace(i1.rootfs, i2.rootfs)