/external/elfutils/libelf/ |
D | elf32_getshdr.c | 48 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
|
D | elf-knowledge.h | 60 #define SH_INFO_LINK_P(Shdr) \ argument
|
/external/llvm/tools/obj2yaml/ |
D | elf2yaml.cpp | 190 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/ |
D | elf2yaml.cpp | 264 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/ |
D | elfutils.h | 49 typedef Elf32_Shdr Shdr; typedef 62 typedef Elf64_Shdr Shdr; typedef
|
D | synth_elf_unittest.cc | 201 typedef typename TypeParam::Shdr Shdr; in TYPED_TEST() typedef 268 typedef typename TypeParam::Shdr Shdr; in TYPED_TEST() typedef
|
D | elfutils.cc | 49 typedef typename ElfClass::Shdr Shdr; in FindElfClassSection() typedef
|
D | dump_symbols.cc | 231 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/ |
D | Object.cpp | 90 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/ |
D | ELF.h | 204 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()
|
D | ELFTypes.h | 59 using Shdr = Elf_Shdr_Impl<ELFType<E, Is64>>; member
|
/external/llvm/include/llvm/Object/ |
D | ELFTypes.h | 50 typedef Elf_Shdr_Impl<ELFType<E, Is64>> Shdr; typedef
|
/external/libunwind/src/ |
D | elfxx.c | 276 static Elf_W(Shdr)* elf_w (section_table) (struct elf_image* ei) { in Elf_W() argument
|
/external/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 740 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/ |
D | ELFDumper.cpp | 819 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/ |
D | minidump-2-core.cc | 64 #define Shdr ElfW(Shdr) macro
|