Searched refs:Elf_Word (Results 1 - 21 of 21) sorted by relevance

/freebsd-11.0-release/contrib/llvm/include/llvm/Object/
H A DELFTypes.h42 uint32_t, target_endianness, 2> Elf_Word; typedef in struct:llvm::object::ELFDataTypeTypedefHelperCommon
80 typedef typename ELFDataTypeTypedefHelper<ELFType<E, W>>::Elf_Word Elf_Word; \
97 Elf_Word sh_name; // Section name (index into string table)
98 Elf_Word sh_type; // Section type (SHT_*)
99 Elf_Word sh_flags; // Section flags (SHF_*)
102 Elf_Word sh_size; // Size of section, in bytes
103 Elf_Word sh_link; // Section type-specific header table index link
104 Elf_Word sh_info; // Section type-specific extra information
105 Elf_Word sh_addralig
[all...]
H A DELF.h82 ErrorOr<ArrayRef<Elf_Word>> getSHNDXTable(const Elf_Shdr &Section) const;
202 ArrayRef<Elf_Word> ShndxTable) const;
206 ArrayRef<Elf_Word> ShndxTable) const;
227 ArrayRef<Elf_Word> ShndxTable) const {
238 ArrayRef<Elf_Word> ShndxTable) const {
479 ErrorOr<ArrayRef<typename ELFFile<ELFT>::Elf_Word>>
482 const Elf_Word *ShndxTableBegin =
483 reinterpret_cast<const Elf_Word *>(base() + Section.sh_offset);
488 const Elf_Word *ShndxTableEnd = ShndxTableBegin + NumSymbols;
H A DELFObjectFile.h197 ArrayRef<Elf_Word> ShndxTable;
767 ErrorOr<ArrayRef<Elf_Word>> TableOrErr = EF.getSHNDXTable(Sec);
/freebsd-11.0-release/libexec/rtld-elf/
H A Drtld.h110 Elf_Word hash;
159 Elf_Word stack_flags;
186 Elf_Word local_gotno; /* Number of local GOT entries */
187 Elf_Word symtabno; /* Number of dynamic symbols */
188 Elf_Word gotsym; /* First dynamic symbol in GOT */
195 Elf_Word verneednum; /* Number of entries in verneed table */
197 Elf_Word verdefnum; /* Number of entries in verdef table */
H A Dmap_object.c85 Elf_Word stack_flags;
/freebsd-11.0-release/sys/sys/
H A Dimgact_elf.h56 Elf_Word hdr_eflags; /* e_flags field from ehdr */
/freebsd-11.0-release/sys/boot/common/
H A Dself_reloc.c72 Elf_Word relsz, relent;
/freebsd-11.0-release/libexec/rtld-elf/powerpc/
H A Dreloc.c339 Elf_Word *where = (Elf_Word *)(obj->relocbase + rela->r_offset);
552 Elf_Word *pltcall, *pltresolve, *pltlongresolve;
553 Elf_Word *jmptab;
/freebsd-11.0-release/libexec/rtld-elf/sparc64/
H A Dreloc.c235 static void install_plt(Elf_Word *pltgot, Elf_Addr proc);
336 Elf_Word *where32;
337 Elf_Word type;
342 where32 = (Elf_Word *)where;
582 Elf_Word *where;
610 where = (Elf_Word *)wherep;
804 Elf_Word *entry;
807 entry = (Elf_Word *)obj->pltgot;
815 install_plt(Elf_Word *pltgot, Elf_Addr proc)
/freebsd-11.0-release/libexec/rtld-elf/mips/
H A Dreloc.c149 Elf_Word local_gotno = 0, symtabno = 0, gotsym = 0;
195 Elf_Word r_symndx, r_type;
269 Elf_Word i;
392 Elf_Word r_symndx, r_type;
/freebsd-11.0-release/sys/arm64/arm64/
H A Delf_machdep.c137 Elf_Word rtype, symidx;
/freebsd-11.0-release/sys/mips/mips/
H A Delf_machdep.c172 Elf_Word rtype = (Elf_Word)0, symidx;
/freebsd-11.0-release/contrib/llvm/tools/llvm-readobj/
H A DARMEHABIPrinter.h311 typedef typename object::ELFFile<ET>::Elf_Word Elf_Word; typedef in class:llvm::ARM::EHABI::PrinterContext
316 ArrayRef<Elf_Word> ShndxTable;
H A DELFDumper.cpp84 typedef typename ELFO::Elf_Word Elf_Word; typedef in class:__anon4552::ELFDumper
141 ArrayRef<Elf_Word> ShndxTable;
181 ArrayRef<Elf_Word> getShndxTable() { return ShndxTable; }
467 ArrayRef<typename ELFO::Elf_Word> ShndxTable,
1004 ErrorOr<ArrayRef<Elf_Word>> TableOrErr = Obj->getSHNDXTable(Sec);
/freebsd-11.0-release/sys/sparc64/sparc64/
H A Delf_machdep.c339 Elf_Word *where32;
352 where32 = (Elf_Word *)where;
/freebsd-11.0-release/sys/i386/i386/
H A Delf_machdep.c177 Elf_Word rtype, symidx;
/freebsd-11.0-release/sys/arm/arm/
H A Delf_machdep.c169 Elf_Word rtype, symidx;
/freebsd-11.0-release/sys/powerpc/powerpc/
H A Delf32_machdep.c182 Elf_Word rtype, symidx;
H A Delf64_machdep.c258 Elf_Word rtype, symidx;
/freebsd-11.0-release/libexec/rtld-elf/arm/
H A Dreloc.c24 Elf_Word ehdr;
/freebsd-11.0-release/sys/kern/
H A Dimgact_elf.c101 static vm_prot_t __elfN(trans_prot)(Elf_Word);
102 static Elf_Word __elfN(untrans_prot)(vm_prot_t);
2294 __elfN(trans_prot)(Elf_Word flags)
2314 static Elf_Word
2317 Elf_Word flags;

Completed in 170 milliseconds