/aosp_15_r20/external/perfetto/src/profiling/symbolizer/ |
H A D | elf.h | 74 struct Shdr { struct 75 Word sh_name; 76 Word sh_type; 77 Word sh_flags; 78 Addr sh_addr; 79 Off sh_offset; 80 Word sh_size; 81 Word sh_link; 82 Word sh_info; 83 Word sh_addralign; [all …]
|
/aosp_15_r20/external/llvm/tools/obj2yaml/ |
H A D | elf2yaml.cpp | 193 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()
|
/aosp_15_r20/external/elfutils/libelf/ |
H A D | elf32_getshdr.c | 46 static ElfW2(LIBELFBITS,Shdr) * in ElfW2() argument 246 ElfW2(LIBELFBITS,Shdr) * in ElfW2() argument 268 ElfW2(LIBELFBITS,Shdr) * in ElfW2() argument 284 ElfW2(LIBELFBITS,Shdr) * in ElfW2() argument
|
/aosp_15_r20/frameworks/compile/mclinker/include/mcld/ADT/ |
D | SizeTraits.h | 52 typedef llvm::ELF::Elf32_Shdr Shdr; typedef 72 typedef llvm::ELF::Elf64_Shdr Shdr; typedef
|
/aosp_15_r20/art/libelffile/elf/ |
H A D | elf_utils.h | 35 using Shdr = Elf32_Shdr; member 52 using Shdr = Elf64_Shdr; member
|
/aosp_15_r20/external/cronet/base/debug/ |
H A D | test_elf_image_builder.cc | 20 using Shdr = Elf32_Shdr; typedef 24 using Shdr = Elf64_Shdr; typedef
|
/aosp_15_r20/external/google-breakpad/src/common/linux/ |
H A D | synth_elf_unittest.cc | 204 typedef typename TypeParam::Shdr Shdr; in TYPED_TEST() typedef 271 typedef typename TypeParam::Shdr Shdr; in TYPED_TEST() typedef
|
H A D | elfutils.h | 84 typedef Elf32_Shdr Shdr; typedef 103 typedef Elf64_Shdr Shdr; typedef
|
/aosp_15_r20/frameworks/libs/binary_translation/tools/nogrod/ |
D | elf_reader.cc | 58 using Shdr = Elf32_Shdr; typedef in nogrod::__anonde4d16950111::Elf32 73 using Shdr = Elf64_Shdr; typedef in nogrod::__anonde4d16950111::Elf64
|
/aosp_15_r20/prebuilts/vndk/v31/x86/include/system/unwinding/libunwindstack/include/unwindstack/ |
D | ElfInterface.h | 57 using Shdr = Elf32_Shdr; member 67 using Shdr = Elf64_Shdr; member
|
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/system/unwinding/libunwindstack/include/unwindstack/ |
D | ElfInterface.h | 57 using Shdr = Elf32_Shdr; member 67 using Shdr = Elf64_Shdr; member
|
/aosp_15_r20/prebuilts/vndk/v32/arm/include/system/unwinding/libunwindstack/include/unwindstack/ |
D | ElfInterface.h | 57 using Shdr = Elf32_Shdr; member 67 using Shdr = Elf64_Shdr; member
|
/aosp_15_r20/prebuilts/vndk/v34/arm/include/system/unwinding/libunwindstack/include/unwindstack/ |
D | ElfInterface.h | 56 using Shdr = Elf32_Shdr; member 66 using Shdr = Elf64_Shdr; member
|
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/system/unwinding/libunwindstack/include/unwindstack/ |
D | ElfInterface.h | 57 using Shdr = Elf32_Shdr; member 67 using Shdr = Elf64_Shdr; member
|
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/system/unwinding/libunwindstack/include/unwindstack/ |
D | ElfInterface.h | 56 using Shdr = Elf32_Shdr; member 66 using Shdr = Elf64_Shdr; member
|
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/system/unwinding/libunwindstack/include/unwindstack/ |
D | ElfInterface.h | 56 using Shdr = Elf32_Shdr; member 66 using Shdr = Elf64_Shdr; member
|
/aosp_15_r20/prebuilts/vndk/v31/arm/include/system/unwinding/libunwindstack/include/unwindstack/ |
D | ElfInterface.h | 57 using Shdr = Elf32_Shdr; member 67 using Shdr = Elf64_Shdr; member
|
/aosp_15_r20/system/unwinding/libunwindstack/include/unwindstack/ |
H A D | ElfInterface.h | 65 using Shdr = Elf32_Shdr; member 76 using Shdr = Elf64_Shdr; member
|
/aosp_15_r20/prebuilts/vndk/v33/x86/include/system/unwinding/libunwindstack/include/unwindstack/ |
D | ElfInterface.h | 56 using Shdr = Elf32_Shdr; member 66 using Shdr = Elf64_Shdr; member
|
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/system/unwinding/libunwindstack/include/unwindstack/ |
D | ElfInterface.h | 56 using Shdr = Elf32_Shdr; member 66 using Shdr = Elf64_Shdr; member
|
/aosp_15_r20/prebuilts/vndk/v34/x86/include/system/unwinding/libunwindstack/include/unwindstack/ |
D | ElfInterface.h | 56 using Shdr = Elf32_Shdr; member 66 using Shdr = Elf64_Shdr; member
|
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/system/unwinding/libunwindstack/include/unwindstack/ |
D | ElfInterface.h | 56 using Shdr = Elf32_Shdr; member 66 using Shdr = Elf64_Shdr; member
|
/aosp_15_r20/prebuilts/vndk/v32/x86/include/system/unwinding/libunwindstack/include/unwindstack/ |
D | ElfInterface.h | 57 using Shdr = Elf32_Shdr; member 67 using Shdr = Elf64_Shdr; member
|
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/system/unwinding/libunwindstack/include/unwindstack/ |
D | ElfInterface.h | 57 using Shdr = Elf32_Shdr; member 67 using Shdr = Elf64_Shdr; member
|
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/system/unwinding/libunwindstack/include/unwindstack/ |
D | ElfInterface.h | 57 using Shdr = Elf32_Shdr; member 67 using Shdr = Elf64_Shdr; member
|