Home
last modified time | relevance | path

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

123

/external/elfutils/src/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/elfutils/src/libdwfl/
Dderelocate.c96 && mod->e_type == ET_REL) in cache_sections()
126 if (mod->e_type == ET_REL in cache_sections()
214 case ET_REL: in dwfl_module_relocations()
237 case ET_REL: in dwfl_module_relocation_info()
352 case ET_REL: in dwfl_module_relocate_address()
383 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()
1184 if (mod->e_type == ET_REL && !debugfile->relocated) in load_dw()
1303 if (mod->e_type == ET_REL in dwfl_module_getdwarf()
Drelocate.c260 if (m->e_type != ET_REL) in resolve_symbol()
622 assert (mod->e_type == ET_REL); in __libdwfl_relocate()
Ddwfl_module_addrsym.c214 if (resolved && mod->e_type != ET_REL) in __libdwfl_addrsym()
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/src/libdwelf/
Ddwelf_elf_gnu_build_id.c103 else if (mod == NULL || e_type != ET_REL) in find_elf_build_id()
129 assert (ehdr->e_type != ET_REL || mod != NULL); in __libdwfl_find_elf_build_id()
/external/elfutils/src/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.c1269 stripped_ehdr->e_type == ET_REL in copy_elided_sections()
1331 if (stripped_ehdr->e_type != ET_REL) in copy_elided_sections()
1495 if (stripped_ehdr->e_type != ET_REL in copy_elided_sections()
1520 if (stripped_ehdr->e_type != ET_REL && (shdr_mem.sh_flags & SHF_ALLOC)) in copy_elided_sections()
1585 || (stripped_ehdr->e_type != ET_REL in copy_elided_sections()
1605 collect_symbols (unstripped, stripped_ehdr->e_type == ET_REL, in copy_elided_sections()
1612 collect_symbols (unstripped, stripped_ehdr->e_type == ET_REL, in copy_elided_sections()
1614 stripped_ehdr->e_type == ET_REL ? 0 : bias, NULL, in copy_elided_sections()
1746 stripped_ehdr->e_type == ET_REL, in copy_elided_sections()
1755 stripped_ehdr->e_type == ET_REL, in copy_elided_sections()
[all …]
Delflint.c400 if (ehdr->e_type != ET_REL && ehdr->e_type != ET_EXEC in check_elf_header()
748 if (ehdr->e_type != ET_REL) in check_symtab()
769 GElf_Addr sh_addr = (ehdr->e_type == ET_REL ? 0 in check_symtab()
824 if (ehdr->e_type == ET_REL) in check_symtab()
954 if (xndx != SHN_UNDEF || ehdr->e_type != ET_REL) in check_symtab()
973 if (ehdr->e_type != ET_REL in check_symtab()
1389 && (r_offset - (ehdr->e_type == ET_REL ? 0 in check_one_reloc()
1884 if (ehdr->e_type != ET_REL) in check_symtab_shndx()
2217 if (ehdr->e_type == ET_REL) in check_hash()
2438 if (ehdr->e_type != ET_REL) in check_group()
[all …]
Dstrip.c520 || (ehdr->e_type != ET_REL in handle_elf()
529 if (ehdr->e_type != ET_REL) in handle_elf()
544 || (ehdr->e_type != ET_REL in handle_elf()
553 if (ehdr->e_type != ET_REL) in handle_elf()
628 if (ehdr->e_type == ET_REL in handle_elf()
1657 if (debug_fname != NULL && reloc_debug && ehdr->e_type == ET_REL) in handle_elf()
1978 (ehdr->e_type != ET_REL ? ELF_F_LAYOUT : 0) in handle_elf()
/external/elfutils/src/backends/
Dppc64_init.c82 if (ehdr != NULL && ehdr->e_type != ET_REL)
Dcommon-reloc.c72 #define REL (1 << (ET_REL - 1))
/external/elfutils/src/libasm/
Dasm_begin.c97 ehdr->e_type = ET_REL; in prepare_binary_output()
Ddisasm_cb.c132 case ET_REL: in read_symtab()
/external/llvm/include/llvm/Object/
DELFObjectFile.h317 if (Header->e_type == ELF::ET_REL) { in getSymbolAddress()
533 if (EF.getHeader()->e_type != ELF::ET_REL) in getRelocatedSection()
595 if (Header->e_type == ELF::ET_REL) { in getRelocationAddress()
610 assert(EF.getHeader()->e_type == ELF::ET_REL && in getRelocationOffset()
947 return EF.getHeader()->e_type == ELF::ET_REL; in isRelocatableObject()
/external/linux-tools-perf/src/tools/perf/util/
Dsymbol-elf.c618 ehdr.e_type == ET_REL || in symsrc__init()
624 ehdr.e_type == ET_REL; in symsrc__init()
697 dso->rel = syms_ss->ehdr.e_type == ET_REL; in dso__load_sym()

123