Searched refs:ET_REL (Results 1 - 25 of 44) sorted by relevance

12

/external/elfutils/0.153/libdwfl/
H A Ddwfl_module_getelf.c61 if (mod->e_type == ET_REL && ! mod->main.relocated)
H A Ddwfl_module_getsym.c79 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
H A Dderelocate.c117 && 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);
H A Ddwfl_module_build_id.c141 else if (mod->e_type != ET_REL)
H A Drelocate.c62 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);
H A Ddwfl_module_getdwarf.c100 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
H A Ddwfl_report_elf.c55 /* We start every ET_REL module at a moderately aligned boundary.
80 case ET_REL:
H A Doffline.c69 assert (mod->e_type == ET_REL);
/external/chromium_org/courgette/
H A Dtypes_elf.h41 ET_REL = 1, // Relocatable file enumerator in enum:e_type_values
/external/elfutils/0.153/libasm/
H A Ddisasm_cb.c129 case ET_REL:
H A Dasm_begin.c94 ehdr->e_type = ET_REL;
/external/elfutils/0.153/src/
H A Darlib.c233 if (ehdr->e_type == ET_REL)
277 if (ehdr->e_type != ET_REL)
H A Dunstrip.c90 N_("Apply relocations to section contents in ET_REL files"), 0 },
1267 stripped_ehdr->e_type == ET_REL
1329 if (stripped_ehdr->e_type != ET_REL)
1488 /* In an ET_REL file under --relocate, the sh_addr of SHF_ALLOC
1493 if (stripped_ehdr->e_type != ET_REL
1518 if (stripped_ehdr->e_type != ET_REL && (shdr_mem.sh_flags & SHF_ALLOC))
1583 || (stripped_ehdr->e_type != ET_REL
1603 collect_symbols (unstripped, stripped_ehdr->e_type == ET_REL,
1610 collect_symbols (unstripped, stripped_ehdr->e_type == ET_REL,
1612 stripped_ehdr->e_type == ET_REL
[all...]
H A Delflint.c399 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
1365 && (r_offset - (ehdr->e_type == ET_REL ? 0
1857 if (ehdr->e_type != ET_REL)
2162 if (ehdr->e_type == ET_REL)
2383 if (ehdr->e_type != ET_REL)
[all...]
H A Dstrip.c91 N_("Resolve all trivial relocations between debug sections if the removed sections are placed in a debug file (only relevant for ET_REL files, operation is not reversable, needs -f)"), 0 },
522 || (ehdr->e_type != ET_REL
531 if (ehdr->e_type != ET_REL)
546 || (ehdr->e_type != ET_REL
555 if (ehdr->e_type != ET_REL)
622 if (ehdr->e_type == ET_REL
1629 /* Remove any relocations between debug sections in ET_REL
1632 if (debug_fname != NULL && reloc_debug && ehdr->e_type == ET_REL)
1953 (ehdr->e_type != ET_REL ? ELF_F_LAYOUT : 0)
/external/elfutils/0.153/backends/
H A Dcommon-reloc.c69 #define REL (1 << (ET_REL - 1))
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
H A Delf-x86-amd64.c224 YASM_WRITE_16_L(bufp, ET_REL); /* e_type - object file */
H A Delf-x86-x86.c211 YASM_WRITE_16_L(bufp, ET_REL); /* e_type - object file */
H A Delf.h48 ET_REL = 1, /* Relocatable */ enumerator in enum:__anon16337
/external/chromium_org/third_party/libvpx/include/
H A Delf.h76 #define ET_REL 1 macro
/external/elfutils/0.153/libelf/
H A Delf32_updatenull.c238 if (ehdr->e_type != ET_REL)
/external/kernel-headers/original/uapi/linux/
H A Delf.h65 #define ET_REL 1 macro
/external/llvm/include/llvm/Object/
H A DELFObjectFile.h273 if (Header->e_type == ELF::ET_REL)
516 if (EF.getHeader()->e_type != ELF::ET_REL)
578 if (Header->e_type == ELF::ET_REL) {
593 assert(EF.getHeader()->e_type == ELF::ET_REL &&
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dsymbol-elf.c618 ehdr.e_type == ET_REL ||
624 ehdr.e_type == ET_REL;
697 dso->rel = syms_ss->ehdr.e_type == ET_REL;
/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Dpkg_genc.c791 ET_REL,
908 ET_REL,

Completed in 320 milliseconds

12