Home
last modified time | relevance | path

Searched refs:Elf_Word (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/Object/
DELFTypes.h45 MaximumAlignment<uint32_t, max_alignment>::value> Elf_Word; typedef
93 typedef typename ELFDataTypeTypedefHelper<ELFType<E, M, W> >::Elf_Word \
94 Elf_Word; \
112 Elf_Word sh_name; // Section name (index into string table)
113 Elf_Word sh_type; // Section type (SHT_*)
114 Elf_Word sh_flags; // Section flags (SHF_*)
117 Elf_Word sh_size; // Size of section, in bytes
118 Elf_Word sh_link; // Section type-specific header table index link
119 Elf_Word sh_info; // Section type-specific extra information
120 Elf_Word sh_addralign; // Section address alignment
[all …]
DELF.h725 const Elf_Word *ShndxTable = reinterpret_cast<const Elf_Word*>(base() + in ELFFile()
/external/valgrind/VEX/switchback/
Dlinker.c182 #define Elf_Word Elf64_Word
197 #define Elf_Word Elf32_Word
395 findElfSection ( void* objImage, Elf_Word sh_type )
466 Elf_Word w = (Elf_Word)dstP;
521 Elf_Word* targ;
528 targ = (Elf_Word*)(ehdrC + shdr[ target_shndx ].sh_offset);
537 Elf_Word* pP = (Elf_Word*)P;
589 Elf_Word w, delta, deltaTop8;
596 Elf_Word real_dst = (A & 0x00FFFFFF) + 2;
609 delta = (((Elf_Word)fixup) - ((Elf_Word)pP) - 8);
[all …]
/external/valgrind/VEX/unused/
Dlinker.c116 #define Elf_Word Elf64_Word macro
131 #define Elf_Word Elf32_Word macro
327 findElfSection ( void* objImage, Elf_Word sh_type ) in findElfSection()
398 Elf_Word w = (Elf_Word)dstP; in gen_armle_goto()
425 Elf_Word* targ; in do_Elf_Rel_relocations()
432 targ = (Elf_Word*)(ehdrC + shdr[ target_shndx ].sh_offset); in do_Elf_Rel_relocations()
441 Elf_Word* pP = (Elf_Word*)P; in do_Elf_Rel_relocations()
493 Elf_Word w, delta, deltaTop8; in do_Elf_Rel_relocations()
500 Elf_Word real_dst = (A & 0x00FFFFFF) + 2; in do_Elf_Rel_relocations()
513 delta = (((Elf_Word)fixup) - ((Elf_Word)pP) - 8); in do_Elf_Rel_relocations()
[all …]
/external/llvm/tools/obj2yaml/
Delf2yaml.cpp27 typedef typename object::ELFFile<ELFT>::Elf_Word Elf_Word; typedef in __anone32646570111::ELFDumper
302 const Elf_Word *groupMembers = in dumpGroup()
303 reinterpret_cast<const Elf_Word *>(sectionContents->data()); in dumpGroup()
304 const long count = (Shdr->sh_size) / sizeof(Elf_Word); in dumpGroup()
/external/llvm/tools/yaml2obj/
Dyaml2elf.cpp389 typedef typename object::ELFFile<ELFT>::Elf_Word Elf_Word; in writeSectionContent() typedef
395 SHeader.sh_entsize = sizeof(Elf_Word); in writeSectionContent()
401 Elf_Word SIdx; in writeSectionContent()