Home
last modified time | relevance | path

Searched refs:ET_REL (Results 1 – 25 of 133) sorted by relevance

123456

/external/elfutils/tests/
Drun-nm-self.sh22 ET_REL=${abs_top_builddir}/src/nm.o
28 for self_file in $ET_REL $ET_EXEC $ET_DYN; do
30 if ! test "$what_arg" = "--dynamic" -a "$self_file" = "$ET_REL"; then
Ddwflsyms.c145 || ehdr.e_type == ET_REL); in list_syms()
166 || ehdr.e_type == ET_REL); in list_syms()
185 if (value != isym.st_value + bias && ehdr.e_type != ET_REL) in list_syms()
/external/llvm/test/tools/llvm-readobj/
Delf-sec-flags.test17 Type: ET_REL
38 Type: ET_REL
61 Type: ET_REL
82 Type: ET_REL
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/
Delf-sec-flags.test15 Type: ET_REL
38 Type: ET_REL
59 Type: ET_REL
/external/elfutils/libdwfl/
Dderelocate.c107 && mod->e_type == ET_REL) in cache_sections()
145 if (mod->e_type == ET_REL in cache_sections()
244 case ET_REL: in dwfl_module_relocations()
267 case ET_REL: in dwfl_module_relocation_info()
385 case ET_REL: in dwfl_module_relocate_address()
416 assert (mod->e_type == ET_REL); in INTDEF()
Ddwfl_module_getsym.c112 if ((shndxp != NULL || mod->e_type != ET_REL) in __libdwfl_getsym()
128 if (! adjust_st_value && mod->e_type != ET_REL && alloc in __libdwfl_getsym()
160 if (mod->e_type == ET_REL) in __libdwfl_getsym()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Object/
Dyaml2obj-elf-multi-doc.test16 Type: ET_REL
39 Type: ET_REL
/external/llvm/test/Object/
Dyaml2obj-elf-multi-doc.test16 Type: ET_REL
39 Type: ET_REL
/external/elfutils/libdwelf/
Ddwelf_elf_gnu_build_id.c111 else if (mod == NULL || e_type != ET_REL) in find_elf_build_id()
140 assert (ehdr->e_type != ET_REL || mod != NULL); in __libdwfl_find_elf_build_id()
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-objdump/
Dfile-headers-elf.test9 Type: ET_REL
Dprivate-headers-no-dynamic.test8 Type: ET_REL
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-objcopy/
Dremove-shstrtab-error.test8 Type: ET_REL
Dstrip-sections-keep.test9 Type: ET_REL
Dsymtab-error-on-remove-strtab.test8 Type: ET_REL
Dbasic-keep.test9 Type: ET_REL
Donly-keep-strip-non-alloc.test9 Type: ET_REL
Dexplicit-keep-remove.test9 Type: ET_REL
Dexplicit-only-keep-remove.test9 Type: ET_REL
Dkeep-many.test9 Type: ET_REL
Dstrip-sections-only-keep.test10 Type: ET_REL
Dstrip-non-alloc.test9 Type: ET_REL
Dbasic-only-keep.test11 Type: ET_REL
Donly-keep-many.test9 Type: ET_REL
/external/elfutils/src/
Dunstrip.c1410 stripped_ehdr->e_type == ET_REL in copy_elided_sections()
1476 if (stripped_ehdr->e_type != ET_REL) in copy_elided_sections()
1639 if (stripped_ehdr->e_type != ET_REL in copy_elided_sections()
1672 if (stripped_ehdr->e_type != ET_REL && (shdr_mem.sh_flags & SHF_ALLOC)) in copy_elided_sections()
1754 || (stripped_ehdr->e_type != ET_REL in copy_elided_sections()
1779 collect_symbols (unstripped, stripped_ehdr->e_type == ET_REL, in copy_elided_sections()
1786 collect_symbols (unstripped, stripped_ehdr->e_type == ET_REL, in copy_elided_sections()
1788 stripped_ehdr->e_type == ET_REL ? 0 : bias, NULL, in copy_elided_sections()
1966 stripped_ehdr->e_type == ET_REL, in copy_elided_sections()
1975 stripped_ehdr->e_type == ET_REL, in copy_elided_sections()
[all …]
Darlib.c230 if (ehdr->e_type == ET_REL) in arlib_add_symbols()
277 if (ehdr->e_type != ET_REL) in arlib_add_symbols()

123456