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

1 2 3 4 5 6 7 8

  /external/elfutils/0.153/libdwfl/
dwfl_module_getelf.c 61 if (mod->e_type == ET_REL && ! mod->main.relocated)
dwfl_module_getsym.c 79 if ((shndxp != NULL || mod->e_type != ET_REL)
101 if (mod->e_type == ET_REL)
103 /* In an ET_REL file, the symbol table values are relative
derelocate.c 117 && mod->e_type == ET_REL)
147 if (mod->e_type == ET_REL
235 case ET_REL:
258 case ET_REL:
362 case ET_REL:
393 assert (mod->e_type == ET_REL);
dwfl_module_build_id.c 141 else if (mod->e_type != ET_REL)
relocate.c 62 assert (mod->e_type == ET_REL);
136 file might not match. However, some tools did produce ET_REL
174 this is an ET_REL .debug file with no .symtab of its own;
205 /* Handle an undefined symbol. We really only support ET_REL for Linux
276 if (m->e_type != ET_REL)
282 /* In an ET_REL file, the symbol table values are relative
594 assert (mod->e_type == ET_REL);
dwfl_module_getdwarf.c 100 if (mod->e_type != ET_REL)
102 /* In any non-ET_REL file, we compute the "synchronization address".
226 mod->main_bias = mod->e_type == ET_REL ? 0 : mod->low_addr - mod->main.vaddr;
958 if (mod->e_type == ET_REL && !debugfile->relocated)
1063 if (mod->e_type == ET_REL
dwfl_report_elf.c 55 /* We start every ET_REL module at a moderately aligned boundary.
80 case ET_REL:
offline.c 69 assert (mod->e_type == ET_REL);
  /frameworks/rs/cpu_ref/linkloader/lib/
ELFHeader.cpp 68 case ET_REL: return "Relocatable file";
  /external/chromium_org/courgette/
types_elf.h 41 ET_REL = 1, // Relocatable file
  /external/elfutils/0.153/libasm/
disasm_cb.c 129 case ET_REL:
asm_begin.c 94 ehdr->e_type = ET_REL;
  /external/elfutils/0.153/src/
arlib.c 233 if (ehdr->e_type == ET_REL)
277 if (ehdr->e_type != ET_REL)
unstrip.c 90 N_("Apply relocations to section contents in ET_REL files"), 0 },
    [all...]
elflint.c 399 if (ehdr->e_type != ET_REL && ehdr->e_type != ET_EXEC
745 if (ehdr->e_type != ET_REL)
766 GElf_Addr sh_addr = (ehdr->e_type == ET_REL ? 0
806 if (ehdr->e_type == ET_REL)
936 if (xndx != SHN_UNDEF || ehdr->e_type != ET_REL)
955 if (ehdr->e_type != ET_REL
    [all...]
  /external/elfutils/0.153/backends/
common-reloc.c 69 #define REL (1 << (ET_REL - 1))
  /development/ndk/platforms/android-3/include/linux/
elf.h 57 #define ET_REL 1
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
elf-x86-amd64.c 224 YASM_WRITE_16_L(bufp, ET_REL); /* e_type - object file */
elf-x86-x86.c 211 YASM_WRITE_16_L(bufp, ET_REL); /* e_type - object file */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
elf.h 52 #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/4/platforms/android-3/arch-arm/usr/include/linux/
elf.h 57 #define ET_REL 1
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
elf.h 57 #define ET_REL 1
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
elf.h 57 #define ET_REL 1
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
elf.h 57 #define ET_REL 1

Completed in 335 milliseconds

1 2 3 4 5 6 7 8