HomeSort by relevance Sort by last modified time
    Searched refs:ET_REL (Results 1 - 25 of 256) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/elfutils/tests/
run-nm-self.sh 21 # Test on nm ET_REL, ET_EXEC and ET_DYN files.
22 ET_REL=${abs_top_builddir}/src/nm.o
28 for self_file in $ET_REL $ET_EXEC $ET_DYN; do
29 # --dynamic doesn't make sense for ET_REL.
30 if ! test "$what_arg" = "--dynamic" -a "$self_file" = "$ET_REL"; then
dwflsyms.c 143 // For ET_REL the adjustment is section relative.
146 || ehdr.e_type == ET_REL);
167 || ehdr.e_type == ET_REL);
186 if (value != isym.st_value + bias && ehdr.e_type != ET_REL)
asm-tst1.c 42 .e_type = ET_REL,
asm-tst2.c 42 .e_type = ET_REL,
saridx.c 208 ehdr.e_type == ET_REL
asm-tst9.c 50 .e_type = ET_REL,
  /external/elfutils/libdwfl/
dwfl_module_getelf.c 40 if (mod->e_type == ET_REL && ! mod->main.relocated)
derelocate.c 97 && mod->e_type == ET_REL)
135 if (mod->e_type == ET_REL
234 case ET_REL:
257 case ET_REL:
375 case ET_REL:
406 assert (mod->e_type == ET_REL);
dwfl_module_getsym.c 108 if ((shndxp != NULL || mod->e_type != ET_REL)
124 if (! adjust_st_value && mod->e_type != ET_REL && alloc
156 if (mod->e_type == ET_REL)
158 /* In an ET_REL file, the symbol table values are relative
dwfl_report_elf.c 34 /* We start every ET_REL module at a moderately aligned boundary.
62 case ET_REL:
offline.c 48 assert (mod->e_type == ET_REL);
  /external/elfutils/libdwelf/
dwelf_elf_gnu_build_id.c 109 else if (mod == NULL || e_type != ET_REL)
138 assert (ehdr->e_type != ET_REL || mod != NULL);
  /external/elfutils/backends/
ppc64_init.c 81 if (ehdr != NULL && ehdr->e_type != ET_REL)
common-reloc.c 72 #define REL (1 << (ET_REL - 1))
  /external/elfutils/libasm/
disasm_cb.c 132 case ET_REL:
asm_begin.c 97 ehdr->e_type = ET_REL;
  /external/elfutils/src/
arlib.c 226 if (ehdr->e_type == ET_REL)
270 if (ehdr->e_type != ET_REL)
unstrip.c 81 N_("Apply relocations to section contents in ET_REL files"), 0 },
    [all...]
  /external/syslinux/gpxe/src/include/
elf.h 10 #define ET_REL 1 /* Relocatable file */
  /toolchain/binutils/binutils-2.25/gold/
target.cc 77 if (et == elfcpp::ET_REL
  /development/ndk/platforms/android-9/include/linux/
elf.h 57 #define ET_REL 1
  /external/llvm/include/llvm/Object/
ELFObjectFile.h 414 if (Header->e_type == ELF::ET_REL) {
658 if (EF.getHeader()->e_type != ELF::ET_REL)
699 assert(EF.getHeader()->e_type == ELF::ET_REL &&
963 return EF.getHeader()->e_type == ELF::ET_REL;
  /external/syslinux/com32/include/sys/
elfcommon.h 26 #define ET_REL 1
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
elf.h 52 #define ET_REL 1
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/linux/
elf.h 57 #define ET_REL 1

Completed in 541 milliseconds

1 2 3 4 5 6 7 8 91011