Home
last modified time | relevance | path

Searched defs:Shdr (Results 1 – 16 of 16) sorted by relevance

/external/elfutils/libelf/
Delf32_getshdr.c48 static ElfW2(LIBELFBITS,Shdr) * in ElfW2() argument
248 ElfW2(LIBELFBITS,Shdr) * in ElfW2() argument
270 ElfW2(LIBELFBITS,Shdr) * in ElfW2() argument
286 ElfW2(LIBELFBITS,Shdr) * in ElfW2() argument
Delf-knowledge.h60 #define SH_INFO_LINK_P(Shdr) \ argument
/external/llvm/tools/obj2yaml/
Delf2yaml.cpp190 const Elf_Shdr *Shdr = *ShdrOrErr; in dumpSymbol() local
229 std::error_code ELFDumper<ELFT>::dumpCommonSection(const Elf_Shdr *Shdr, in dumpCommonSection()
256 ELFDumper<ELFT>::dumpCommonRelocationSection(const Elf_Shdr *Shdr, in dumpCommonRelocationSection()
275 ELFDumper<ELFT>::dumpRelSection(const Elf_Shdr *Shdr) { in dumpRelSection()
299 ELFDumper<ELFT>::dumpRelaSection(const Elf_Shdr *Shdr) { in dumpRelaSection()
325 ELFDumper<ELFT>::dumpContentSection(const Elf_Shdr *Shdr) { in dumpContentSection()
342 ELFDumper<ELFT>::dumpNoBitsSection(const Elf_Shdr *Shdr) { in dumpNoBitsSection()
353 ErrorOr<ELFYAML::Group *> ELFDumper<ELFT>::dumpGroup(const Elf_Shdr *Shdr) { in dumpGroup()
398 ELFDumper<ELFT>::dumpMipsABIFlags(const Elf_Shdr *Shdr) { in dumpMipsABIFlags()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Delf2yaml.cpp264 const Elf_Shdr *Shdr = *ShdrOrErr; in dumpSymbol() local
314 std::error_code ELFDumper<ELFT>::dumpCommonSection(const Elf_Shdr *Shdr, in dumpCommonSection()
341 ELFDumper<ELFT>::dumpCommonRelocationSection(const Elf_Shdr *Shdr, in dumpCommonRelocationSection()
360 ELFDumper<ELFT>::dumpRelSection(const Elf_Shdr *Shdr) { in dumpRelSection()
387 ELFDumper<ELFT>::dumpRelaSection(const Elf_Shdr *Shdr) { in dumpRelaSection()
415 ELFDumper<ELFT>::dumpContentSection(const Elf_Shdr *Shdr) { in dumpContentSection()
432 ELFDumper<ELFT>::dumpNoBitsSection(const Elf_Shdr *Shdr) { in dumpNoBitsSection()
443 ErrorOr<ELFYAML::Group *> ELFDumper<ELFT>::dumpGroup(const Elf_Shdr *Shdr) { in dumpGroup()
491 ELFDumper<ELFT>::dumpMipsABIFlags(const Elf_Shdr *Shdr) { in dumpMipsABIFlags()
/external/google-breakpad/src/common/linux/
Delfutils.h49 typedef Elf32_Shdr Shdr; typedef
62 typedef Elf64_Shdr Shdr; typedef
Dsynth_elf_unittest.cc201 typedef typename TypeParam::Shdr Shdr; in TYPED_TEST() typedef
268 typedef typename TypeParam::Shdr Shdr; in TYPED_TEST() typedef
Delfutils.cc49 typedef typename ElfClass::Shdr Shdr; in FindElfClassSection() typedef
Ddump_symbols.cc231 typedef typename ElfClass::Shdr Shdr; in LoadDwarf() typedef
594 typedef typename ElfClass::Shdr Shdr; in LoadSymbols() typedef
861 typedef typename ElfClass::Shdr Shdr; in ReadSymbolDataElfClass() typedef
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objcopy/
DObject.cpp90 typename ELFT::Shdr &Shdr = *reinterpret_cast<typename ELFT::Shdr *>(B); in writeShdr() local
703 const Elf_Shdr &Shdr = *unwrapOrError(ElfFile.getSection(SymTab->Index)); in initSymbolTable() local
785 SectionBase &ELFBuilder<ELFT>::makeSection(const Elf_Shdr &Shdr) { in makeSection()
839 for (const auto &Shdr : unwrapOrError(ElfFile.sections())) { in readSectionHeaders() local
881 auto Shdr = unwrapOrError(ElfFile.sections()).begin() + RelSec->Index; in readSectionHeaders() local
1016 Elf_Shdr &Shdr = *reinterpret_cast<Elf_Shdr *>(B); in writeShdrs() local
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DELF.h204 Elf_Note_Iterator notes_begin(const Elf_Shdr &Shdr, Error &Err) const { in notes_begin()
240 iterator_range<Elf_Note_Iterator> notes(const Elf_Shdr &Shdr, in notes()
DELFTypes.h59 using Shdr = Elf_Shdr_Impl<ELFType<E, Is64>>; member
/external/llvm/include/llvm/Object/
DELFTypes.h50 typedef Elf_Shdr_Impl<ELFType<E, Is64>> Shdr; typedef
/external/libunwind/src/
Delfxx.c276 static Elf_W(Shdr)* elf_w (section_table) (struct elf_image* ei) { in Elf_W() argument
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp740 for (const auto &Shdr : Obj->sections()) in findNotEmptySectionByAddress() local
749 for (const auto &Shdr : Obj.sections()) { in findSectionByName() local
2247 const Elf_Shdr *Shdr = findSectionByName(*Obj, ".MIPS.abiflags"); in printMipsABIFlags() local
2292 const Elf_Shdr *Shdr = findSectionByName(*Obj, ".reginfo"); in printMipsReginfo() local
2309 const Elf_Shdr *Shdr = findSectionByName(*Obj, ".MIPS.options"); in printMipsOptions() local
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DELFDumper.cpp819 for (const auto &Shdr : unwrapOrError(Obj->sections())) in findNotEmptySectionByAddress() local
828 for (const auto &Shdr : unwrapOrError(Obj.sections())) { in findSectionByName() local
2334 const Elf_Shdr *Shdr = findSectionByName(*Obj, ".MIPS.abiflags"); in printMipsABIFlags() local
2379 const Elf_Shdr *Shdr = findSectionByName(*Obj, ".reginfo"); in printMipsReginfo() local
2396 const Elf_Shdr *Shdr = findSectionByName(*Obj, ".MIPS.options"); in printMipsOptions() local
4400 for (const Elf_Shdr &Shdr : unwrapOrError(Obj->sections())) { in printELFLinkerOptions() local
/external/google-breakpad/src/tools/linux/md2core/
Dminidump-2-core.cc64 #define Shdr ElfW(Shdr) macro