Home
last modified time | relevance | path

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

123

/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.c146 || ehdr.e_type == ET_REL); in list_syms()
167 || ehdr.e_type == ET_REL); in list_syms()
186 if (value != isym.st_value + bias && ehdr.e_type != ET_REL) in list_syms()
Dasm-tst1.c42 .e_type = ET_REL,
Dsaridx.c208 ehdr.e_type == ET_REL in main()
Dasm-tst2.c42 .e_type = ET_REL,
Dasm-tst9.c50 .e_type = ET_REL,
/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/elfutils/libdwfl/
Dderelocate.c97 && mod->e_type == ET_REL) in cache_sections()
135 if (mod->e_type == ET_REL in cache_sections()
234 case ET_REL: in dwfl_module_relocations()
257 case ET_REL: in dwfl_module_relocation_info()
375 case ET_REL: in dwfl_module_relocate_address()
406 assert (mod->e_type == ET_REL); in INTDEF()
Ddwfl_module_getsym.c108 if ((shndxp != NULL || mod->e_type != ET_REL) in __libdwfl_getsym()
124 if (! adjust_st_value && mod->e_type != ET_REL && alloc in __libdwfl_getsym()
156 if (mod->e_type == ET_REL) in __libdwfl_getsym()
Ddwfl_module_getelf.c40 if (mod->e_type == ET_REL && ! mod->main.relocated) in dwfl_module_getelf()
Ddwfl_module_getdwarf.c89 if (ehdr->e_type != ET_REL) in open_elf()
231 mod->main_bias = mod->e_type == ET_REL ? 0 : mod->low_addr - mod->main.vaddr; in __libdwfl_getelf()
1313 if (mod->e_type == ET_REL && !debugfile->relocated) in load_dw()
1432 if (mod->e_type == ET_REL in dwfl_module_getdwarf()
Doffline.c48 assert (mod->e_type == ET_REL); in dwfl_offline_section_address()
/external/llvm/test/Object/
Dyaml2obj-elf-multi-doc.test16 Type: ET_REL
39 Type: ET_REL
/external/elfutils/libdwelf/
Ddwelf_elf_gnu_build_id.c109 else if (mod == NULL || e_type != ET_REL) in find_elf_build_id()
138 assert (ehdr->e_type != ET_REL || mod != NULL); in __libdwfl_find_elf_build_id()
/external/elfutils/src/
Darlib.c226 if (ehdr->e_type == ET_REL) in arlib_add_symbols()
270 if (ehdr->e_type != ET_REL) in arlib_add_symbols()
Dunstrip.c1324 stripped_ehdr->e_type == ET_REL in copy_elided_sections()
1386 if (stripped_ehdr->e_type != ET_REL) in copy_elided_sections()
1550 if (stripped_ehdr->e_type != ET_REL in copy_elided_sections()
1583 if (stripped_ehdr->e_type != ET_REL && (shdr_mem.sh_flags & SHF_ALLOC)) in copy_elided_sections()
1648 || (stripped_ehdr->e_type != ET_REL in copy_elided_sections()
1668 collect_symbols (unstripped, stripped_ehdr->e_type == ET_REL, in copy_elided_sections()
1675 collect_symbols (unstripped, stripped_ehdr->e_type == ET_REL, in copy_elided_sections()
1677 stripped_ehdr->e_type == ET_REL ? 0 : bias, NULL, in copy_elided_sections()
1853 stripped_ehdr->e_type == ET_REL, in copy_elided_sections()
1862 stripped_ehdr->e_type == ET_REL, in copy_elided_sections()
[all …]
Delflint.c402 if (ehdr->e_type != ET_REL && ehdr->e_type != ET_EXEC in check_elf_header()
751 if (ehdr->e_type != ET_REL) in check_symtab()
772 GElf_Addr sh_addr = (ehdr->e_type == ET_REL ? 0 in check_symtab()
831 if (ehdr->e_type == ET_REL) in check_symtab()
967 if (xndx != SHN_UNDEF || ehdr->e_type != ET_REL) in check_symtab()
986 if (ehdr->e_type != ET_REL in check_symtab()
1409 && (r_offset - (ehdr->e_type == ET_REL ? 0 in check_one_reloc()
1911 if (ehdr->e_type != ET_REL) in check_symtab_shndx()
2275 if (ehdr->e_type == ET_REL) in check_hash()
2591 if (ehdr->e_type != ET_REL) in check_group()
[all …]
Dstrip.c541 || (ehdr->e_type != ET_REL in handle_elf()
550 if (ehdr->e_type != ET_REL) in handle_elf()
565 || (ehdr->e_type != ET_REL in handle_elf()
574 if (ehdr->e_type != ET_REL) in handle_elf()
652 if (ehdr->e_type == ET_REL in handle_elf()
1751 if (debug_fname != NULL && reloc_debug && ehdr->e_type == ET_REL) in handle_elf()
2089 (ehdr->e_type != ET_REL ? ELF_F_LAYOUT : 0) in handle_elf()
/external/elfutils/backends/
Dppc64_init.c81 if (ehdr != NULL && ehdr->e_type != ET_REL) in ppc64_init()
Dcommon-reloc.c72 #define REL (1 << (ET_REL - 1))
/external/elfutils/libasm/
Ddisasm_cb.c132 case ET_REL: in read_symtab()
Dasm_begin.c97 ehdr->e_type = ET_REL; in prepare_binary_output()
/external/syslinux/gpxe/src/include/
Delf.h10 #define ET_REL 1 /* Relocatable file */ macro
/external/syslinux/com32/include/sys/
Delfcommon.h26 #define ET_REL 1 macro
/external/llvm/include/llvm/Object/
DELFObjectFile.h414 if (Header->e_type == ELF::ET_REL) { in getSymbolAddress()
658 if (EF.getHeader()->e_type != ELF::ET_REL) in getRelocatedSection()
699 assert(EF.getHeader()->e_type == ELF::ET_REL && in getRelocationOffset()
963 return EF.getHeader()->e_type == ELF::ET_REL; in isRelocatableObject()

123