Home
last modified time | relevance | path

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

12

/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/perfetto/src/profiling/symbolizer/
Dlocal_symbolizer.cc160 struct Shdr { struct
161 Word sh_name;
162 Word sh_type;
163 Word sh_flags;
164 Addr sh_addr;
165 Off sh_offset;
166 Word sh_size;
167 Word sh_link;
168 Word sh_info;
169 Word sh_addralign;
[all …]
/external/llvm-project/llvm/tools/obj2yaml/
Delf2yaml.cpp522 ELFDumper<ELFT>::dumpPlaceholderSection(const Elf_Shdr *Shdr) { in dumpPlaceholderSection()
683 const Elf_Shdr *Shdr = *ShdrOrErr; in dumpSymbol() local
751 Error ELFDumper<ELFT>::dumpCommonSection(const Elf_Shdr *Shdr, in dumpCommonSection()
791 const Elf_Shdr *Shdr, ELFYAML::RelocationSection &S) { in dumpCommonRelocationSection()
814 ELFDumper<ELFT>::dumpStackSizesSection(const Elf_Shdr *Shdr) { in dumpStackSizesSection()
847 ELFDumper<ELFT>::dumpBBAddrMapSection(const Elf_Shdr *Shdr) { in dumpBBAddrMapSection()
891 ELFDumper<ELFT>::dumpAddrsigSection(const Elf_Shdr *Shdr) { in dumpAddrsigSection()
932 ELFDumper<ELFT>::dumpLinkerOptionsSection(const Elf_Shdr *Shdr) { in dumpLinkerOptionsSection()
963 ELFDumper<ELFT>::dumpDependentLibrariesSection(const Elf_Shdr *Shdr) { in dumpDependentLibrariesSection()
990 ELFDumper<ELFT>::dumpCallGraphProfileSection(const Elf_Shdr *Shdr) { in dumpCallGraphProfileSection()
[all …]
/external/llvm/tools/obj2yaml/
Delf2yaml.cpp193 const Elf_Shdr *Shdr = *ShdrOrErr; in dumpSymbol() local
232 std::error_code ELFDumper<ELFT>::dumpCommonSection(const Elf_Shdr *Shdr, in dumpCommonSection()
259 ELFDumper<ELFT>::dumpCommonRelocationSection(const Elf_Shdr *Shdr, in dumpCommonRelocationSection()
278 ELFDumper<ELFT>::dumpRelSection(const Elf_Shdr *Shdr) { in dumpRelSection()
302 ELFDumper<ELFT>::dumpRelaSection(const Elf_Shdr *Shdr) { in dumpRelaSection()
328 ELFDumper<ELFT>::dumpContentSection(const Elf_Shdr *Shdr) { in dumpContentSection()
345 ELFDumper<ELFT>::dumpNoBitsSection(const Elf_Shdr *Shdr) { in dumpNoBitsSection()
356 ErrorOr<ELFYAML::Group *> ELFDumper<ELFT>::dumpGroup(const Elf_Shdr *Shdr) { in dumpGroup()
401 ELFDumper<ELFT>::dumpMipsABIFlags(const Elf_Shdr *Shdr) { in dumpMipsABIFlags()
/external/google-breakpad/src/common/linux/
Delfutils.h52 typedef Elf32_Shdr Shdr; typedef
70 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.cc282 typedef typename ElfClass::Shdr Shdr; in LoadDwarf() typedef
661 typedef typename ElfClass::Shdr Shdr; in LoadSymbols() typedef
/external/llvm-project/llvm/tools/llvm-objdump/
DELFDump.cpp299 static void printSymbolVersionDefinition(const typename ELFT::Shdr &Shdr, in printSymbolVersionDefinition()
335 for (const typename ELFT::Shdr &Shdr : Sections) { in printSymbolVersionInfo() local
/external/llvm/include/llvm/Object/
DELFTypes.h50 typedef Elf_Shdr_Impl<ELFType<E, Is64>> Shdr; typedef
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DELF.h236 Elf_Note_Iterator notes_begin(const Elf_Shdr &Shdr, Error &Err) const { in notes_begin()
273 iterator_range<Elf_Note_Iterator> notes(const Elf_Shdr &Shdr, in notes()
DELFTypes.h58 using Shdr = Elf_Shdr_Impl<ELFType<E, Is64>>; member
/external/llvm-project/llvm/include/llvm/Object/
DELFTypes.h58 using Shdr = Elf_Shdr_Impl<ELFType<E, Is64>>; member
DELF.h256 Elf_Note_Iterator notes_begin(const Elf_Shdr &Shdr, Error &Err) const { in notes_begin()
292 iterator_range<Elf_Note_Iterator> notes(const Elf_Shdr &Shdr, in notes()
/external/llvm-project/llvm/tools/llvm-objcopy/ELF/
DObject.cpp71 Elf_Shdr &Shdr = *reinterpret_cast<Elf_Shdr *>(B); in writeShdr() local
1525 Expected<const Elf_Shdr *> Shdr = ElfFile.getSection(SymTab->Index); in initSymbolTable() local
1664 Expected<SectionBase &> ELFBuilder<ELFT>::makeSection(const Elf_Shdr &Shdr) { in makeSection()
1847 const typename ELFFile<ELFT>::Elf_Shdr *Shdr = in readSections() local
2038 Elf_Shdr &Shdr = in writeShdrs() local
/external/google-breakpad/src/common/dwarf/
Delf_reader.cc122 typedef Elf32_Shdr Shdr; typedef in dwarf2reader::Elf32
151 typedef Elf64_Shdr Shdr; typedef in dwarf2reader::Elf64
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp740 for (const auto &Shdr : unwrapOrError(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/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/debugging/
Dsymbolize_test.cc406 fd, [&sections](const absl::string_view name, const ElfW(Shdr) &) { in TEST()
/external/abseil-cpp/absl/debugging/
Dsymbolize_test.cc402 fd, [&sections](const std::string &name, const ElfW(Shdr) &) { in TEST()
/external/openscreen/third_party/abseil/src/absl/debugging/
Dsymbolize_test.cc406 fd, [&sections](const absl::string_view name, const ElfW(Shdr) &) { in TEST()
/external/libtextclassifier/abseil-cpp/absl/debugging/
Dsymbolize_test.cc406 fd, [&sections](const absl::string_view name, const ElfW(Shdr) &) { in TEST()
/external/webrtc/third_party/abseil-cpp/absl/debugging/
Dsymbolize_test.cc402 fd, [&sections](const std::string &name, const ElfW(Shdr) &) { in TEST()
/external/angle/third_party/abseil-cpp/absl/debugging/
Dsymbolize_test.cc406 fd, [&sections](const absl::string_view name, const ElfW(Shdr) &) { in TEST()
/external/llvm-project/llvm/lib/InterfaceStub/
DELFObjHandler.cpp78 Elf_Shdr Shdr; member

12