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.c162 Elf *elf1 = open_file (fname1, &fd1, &ebl1); in main() local
170 GElf_Ehdr *ehdr1 = gelf_getehdr (elf1, &ehdr1_mem); in main()
209 if (unlikely (elf_getshdrnum (elf1, &shnum1) != 0)) in main()
224 if (unlikely (elf_getphdrnum (elf1, &phnum1) != 0)) in main()
240 if (elf_getshdrstrndx (elf1, &shstrndx1) != 0) in main()
267 scn1 = elf_nextscn (elf1, scn1); in main()
270 sname1 = elf_strptr (elf1, shstrndx1, shdr1->sh_name); in main()
374 const char *name1 = elf_strptr (elf1, shdr1->sh_link, in main()
593 raw1 = elf_rawfile (elf1, &size1); in main()
616 GElf_Phdr *phdr1 = gelf_getphdr (elf1, ndx, &phdr1_mem); in main()
[all …]
/external/toolchain-utils/
Dchromiumos_image_diff.py205 for elf1 in i1.elf_files:
207 f1 = elf1.replace(tmp_rootfs, '')
208 full_path1 = elf1
209 full_path2 = elf1.replace(i1.rootfs, i2.rootfs)