Searched refs:SHT_RELA (Results 1 - 25 of 31) sorted by relevance

12

/external/elfutils/libebl/
H A Deblsectionstripp.c70 if (shdr->sh_type == SHT_RELA || shdr->sh_type == SHT_REL)
/external/elfutils/libelf/
H A Delf-knowledge.h84 ((Shdr)->sh_type == SHT_REL || (Shdr)->sh_type == SHT_RELA \
H A Delf32_updatenull.c229 case SHT_RELA:
H A Delf_getdata.c79 [SHT_RELA] = ELF_T_RELA,
/external/chromium_org/courgette/
H A Dtypes_elf.h78 SHT_RELA = 4, enumerator in enum:sh_type_values
/external/llvm/test/MC/PowerPC/
H A Dppc64-initial-cfa.s34 # STATIC-NEXT: Type: SHT_RELA
72 # PIC-NEXT: Type: SHT_RELA
/external/qemu/elff/
H A Delff_elf.h266 #define SHT_RELA 4 macro
/external/elfutils/libdwfl/
H A Dderelocate.c145 && (shdr->sh_type == SHT_REL || shdr->sh_type == SHT_RELA)
205 && (shdr->sh_type == SHT_REL || shdr->sh_type == SHT_RELA))
H A Drelocate.c590 if ((shdr->sh_type == SHT_REL || shdr->sh_type == SHT_RELA)
/external/elfutils/src/
H A Dfindtextrel.c401 if ((shdr->sh_type == SHT_REL || shdr->sh_type == SHT_RELA)
438 else if (shdr->sh_type == SHT_RELA)
H A Dld.c436 if (h->type == SHT_REL || h->type == SHT_RELA)
1247 if (h->type == SHT_REL || h->type == SHT_RELA)
H A Delfcmp.c603 if ((shdr->sh_type != SHT_REL && shdr->sh_type != SHT_RELA)
H A Dunstrip.c413 case SHT_RELA:
1121 || (sec->shdr.sh_type == SHT_RELA
1783 && (shdr->sh_type == SHT_REL || shdr->sh_type == SHT_RELA))
H A Dstrip.c714 || shdr_info[cnt].shdr.sh_type == SHT_RELA)
796 + SHT_REL and SHT_RELA in sh_link to symbol table
1094 /* Handle the SHT_REL, SHT_RELA, and SHF_INFO_LINK flag. */
1337 case SHT_RELA:
H A Dobjdump.c554 if (shdr->sh_type == SHT_REL || shdr->sh_type == SHT_RELA)
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
H A Delf-x86-amd64.c120 YASM_WRITE_32_L(bufp, SHT_RELA);
H A Delf.h132 SHT_RELA = 4, /* relocation entries w/ explicit addends */ enumerator in enum:__anon14849
371 * for section types SHT_REL, SHT_RELA:
/external/llvm/lib/MC/
H A DELFObjectWriter.cpp605 if (Section.getType() == ELF::SHT_RELA ||
853 Section.getType() == ELF::SHT_RELA)
1014 ELF::SHT_RELA : ELF::SHT_REL, Flags,
1290 case ELF::SHT_RELA: {
1475 Section.getType() != ELF::SHT_RELA)
1484 Section.getType() == ELF::SHT_RELA)
/external/llvm/include/llvm/Object/
H A DELF.h1450 if (S->sh_type != ELF::SHT_RELA && S->sh_type != ELF::SHT_REL)
1466 if (sh_type != ELF::SHT_RELA && sh_type != ELF::SHT_REL)
1497 case ELF::SHT_RELA : {
1537 case ELF::SHT_RELA:
1553 case ELF::SHT_RELA : {
2251 case ELF::SHT_RELA : {
2292 case ELF::SHT_RELA : {
2316 case ELF::SHT_RELA: {
2461 case ELF::SHT_RELA:
/external/llvm/lib/Object/
H A DELFYAML.cpp248 ECase(SHT_RELA)
/external/valgrind/main/VEX/switchback/
H A Dlinker.c903 if (shdr[shnum].sh_type == SHT_RELA) {
1014 } else if (shdr[i].sh_type == SHT_RELA) {
/external/valgrind/main/VEX/unused/
H A Dlinker.c745 if (shdr[shnum].sh_type == SHT_RELA) {
853 } else if (shdr[i].sh_type == SHT_RELA) {
/external/llvm/include/llvm/Support/
H A DELF.h1124 SHT_RELA = 4, // Relocation entries; explicit addends. enumerator in enum:llvm::ELF::__anon21928
/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp354 LLVM_READOBJ_ENUM_CASE(ELF, SHT_RELA );
/external/qemu/
H A Delf.h1068 #define SHT_RELA 4 macro

Completed in 200 milliseconds

12