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

12

/external/elfutils/libdwfl/
H A Ddwfl_module_getsym.c88 if (mod->e_type == ET_REL)
90 /* In an ET_REL file, the symbol table values are relative
H A Dderelocate.c143 if (mod->e_type == ET_REL
234 case ET_REL:
258 case ET_REL:
362 case ET_REL:
393 assert (mod->e_type == ET_REL);
H A Ddwfl_module_getdwarf.c608 if (mod->e_type == ET_REL && !debugfile->relocated)
712 if (mod->e_type == ET_REL && ! mod->main.relocated)
753 if (mod->e_type == ET_REL
H A Ddwfl_report_elf.c55 /* We start every ET_REL module at a moderately aligned boundary.
78 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/libasm/
H A Ddisasm_cb.c129 case ET_REL:
H A Dasm_begin.c94 ehdr->e_type = ET_REL;
/external/elfutils/src/
H A Darlib.c232 if (ehdr->e_type == ET_REL)
276 if (ehdr->e_type != ET_REL)
H A Dunstrip.c90 N_("Apply relocations to section contents in ET_REL files"), 0 },
1261 stripped_ehdr->e_type == ET_REL
1325 if (stripped_ehdr->e_type != ET_REL)
1484 /* In an ET_REL file under --relocate, the sh_addr of SHF_ALLOC
1489 if (stripped_ehdr->e_type != ET_REL
1514 if (stripped_ehdr->e_type != ET_REL && (shdr_mem.sh_flags & SHF_ALLOC))
1580 || (stripped_ehdr->e_type != ET_REL
1600 collect_symbols (unstripped, stripped_ehdr->e_type == ET_REL,
1607 collect_symbols (unstripped, stripped_ehdr->e_type == ET_REL,
1609 stripped_ehdr->e_type == ET_REL
[all...]
H A Delflint.c398 if (ehdr->e_type != ET_REL && ehdr->e_type != ET_EXEC
718 if (ehdr->e_type != ET_REL)
739 GElf_Addr sh_addr = (ehdr->e_type == ET_REL ? 0
779 if (ehdr->e_type == ET_REL)
909 if (xndx != SHN_UNDEF || ehdr->e_type != ET_REL)
928 if (ehdr->e_type != ET_REL
1327 && (r_offset - (ehdr->e_type == ET_REL ? 0
1832 if (ehdr->e_type != ET_REL)
2137 if (ehdr->e_type == ET_REL)
2358 if (ehdr->e_type != ET_REL)
[all...]
H A Dstrip.c494 || (ehdr->e_type != ET_REL
503 if (ehdr->e_type != ET_REL)
518 || (ehdr->e_type != ET_REL
527 if (ehdr->e_type != ET_REL)
594 if (ehdr->e_type == ET_REL
1682 (ehdr->e_type != ET_REL ? ELF_F_LAYOUT : 0)
/external/elfutils/backends/
H A Dcommon-reloc.c69 #define REL (1 << (ET_REL - 1))
/external/elfutils/tests/
H A Dasm-tst1.c50 .e_type = ET_REL,
H A Dasm-tst2.c50 .e_type = ET_REL,
H A Dsaridx.c216 ehdr.e_type == ET_REL
H A Dasm-tst9.c58 .e_type = ET_REL,
/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:__anon14841
/external/llvm/lib/MC/
H A DMCObjectSymbolizer.cpp92 // asserts when the file type isn't ET_REL.
99 if (ELFObj->getElfHeader()->e_type == ELF::ET_REL) {
/external/elfutils/libelf/
H A Delf32_updatenull.c234 if (ehdr->e_type != ET_REL)
/external/llvm/lib/Object/
H A DELFYAML.cpp24 ECase(ET_REL)
/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Dpkg_genc.c770 ET_REL,
887 ET_REL,
/external/icu4c/tools/toolutil/
H A Dpkg_genc.c772 ET_REL,
889 ET_REL,

Completed in 298 milliseconds

12