Home
last modified time | relevance | path

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

/third_party/elfutils/libelf/
Delf32_getshdr.c46 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
Delf-knowledge.h60 #define SH_INFO_LINK_P(Shdr) \ argument
/third_party/libunwind/libunwind/src/
Delfxx.c37 static Elf_W (Shdr)* in Elf_W() argument
339 HIDDEN Elf_W (Shdr)* in Elf_W() argument
/third_party/skia/third_party/externals/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
/third_party/musl/porting/linux/user/src/internal/
Ddynlink.h18 typedef Elf32_Shdr Shdr; typedef
30 typedef Elf64_Shdr Shdr; typedef
/third_party/musl/src/internal/
Ddynlink.h26 typedef Elf32_Shdr Shdr; typedef
40 typedef Elf64_Shdr Shdr; typedef
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/
Dsymbolize_test.cc420 fd, [&sections](const absl::string_view name, const ElfW(Shdr) &) { in TEST()