Searched refs:Elf32_Shdr (Results 1 – 25 of 51) sorted by relevance
123
/third_party/vixl/examples/aarch32/ |
D | disasm-a32.cc | 94 const Elf32_Shdr* shdr_; 100 shdr_ = reinterpret_cast<const Elf32_Shdr*>( in SectionLocator() 108 const Elf32_Shdr* Locate(Elf32_Word type, in Locate() 123 const Elf32_Shdr* symtab, in LocateSymbols() 124 const Elf32_Shdr* strtab, in LocateSymbols() 127 const Elf32_Shdr* shdr = reinterpret_cast<const Elf32_Shdr*>( in LocateSymbols() 165 const Elf32_Shdr* shdr_; 171 shdr_(reinterpret_cast<const Elf32_Shdr*>( in StaticSymbolVisitor() 256 const Elf32_Shdr* shdr = in main() 257 reinterpret_cast<const Elf32_Shdr*>(base_addr + ehdr->e_shoff); in main() [all …]
|
/third_party/elfutils/libelf/ |
D | elf_getshdrstrndx.c | 112 & (__alignof__ (Elf32_Shdr) - 1)) == 0)) in elf_getshdrstrndx() 117 < sizeof (Elf32_Shdr))) in elf_getshdrstrndx() 126 num = ((Elf32_Shdr *) (elf->map_address + elf->start_offset in elf_getshdrstrndx() 133 Elf32_Shdr shdr_mem; in elf_getshdrstrndx() 137 sizeof (Elf32_Shdr), offset)) in elf_getshdrstrndx() 138 != sizeof (Elf32_Shdr))) in elf_getshdrstrndx()
|
D | elf_compress_gnu.c | 64 Elf32_Shdr *shdr = elf32_getshdr (scn); in elf_compress_gnu() 125 Elf32_Shdr *shdr = elf32_getshdr (scn); in elf_compress_gnu() 190 Elf32_Shdr *shdr = elf32_getshdr (scn); in elf_compress_gnu()
|
D | elf_begin.c | 152 || unlikely (maxsize - ehdr.e32->e_shoff < sizeof (Elf32_Shdr))) in get_shnum() 160 & (__alignof__ (Elf32_Shdr) - 1)) == 0)) in get_shnum() 162 result = ((Elf32_Shdr *) ((char *) map_address + ehdr.e32->e_shoff in get_shnum() 175 + offsetof (Elf32_Shdr, sh_size)), in get_shnum() 181 + offsetof (Elf32_Shdr, in get_shnum() 201 || maxsize - ehdr.e32->e_shoff < sizeof (Elf32_Shdr) * result) in get_shnum() 306 if (scncnt > SIZE_MAX / (sizeof (Elf_Scn) + sizeof (Elf32_Shdr))) in file_read_elf() 386 & (__alignof__ (Elf32_Shdr) - 1)) == 0))) in file_read_elf() 390 < scncnt * sizeof (Elf32_Shdr))) in file_read_elf() 400 = (Elf32_Shdr *) ((char *) ehdr + e_shoff); in file_read_elf()
|
D | libelfP.h | 226 Elf32_Shdr *e32; /* Pointer to 32bit section header. */ 341 Elf32_Shdr *shdr; /* Used when reading from a file. */ 514 extern Elf32_Shdr *__elf32_getshdr_rdlock (Elf_Scn *__scn) internal_function; 516 extern Elf32_Shdr *__elf32_getshdr_wrlock (Elf_Scn *__scn) internal_function;
|
D | elf_compress.c | 365 Elf32_Shdr *shdr = elf32_getshdr (scn); in elf_compress() 457 Elf32_Shdr *shdr = elf32_getshdr (scn); in elf_compress() 508 Elf32_Shdr *shdr = elf32_getshdr (scn); in elf_compress()
|
D | gelf_getshdr.c | 59 Elf32_Shdr *shdr in gelf_getshdr()
|
D | gelf_update_shdr.c | 54 Elf32_Shdr *shdr in gelf_update_shdr()
|
D | elf_getscn.c | 71 scn0->shdr.e32 = calloc (1, sizeof (Elf32_Shdr)); in elf_getscn()
|
D | elf_getphdrnum.c | 70 Elf32_Shdr *shdr = scn->shdr.e32 ?: __elf32_getshdr_rdlock (scn); in __elf_getphdrnum_rdlock()
|
D | elf_newscn.c | 125 result->shdr.e32 = calloc (1, sizeof (Elf32_Shdr)); in elf_newscn()
|
D | elf_strptr.c | 123 Elf32_Shdr *shdr = strscn->shdr.e32 ?: __elf32_getshdr_rdlock (strscn); in elf_strptr()
|
D | libelf.h | 327 extern Elf32_Shdr *elf32_getshdr (Elf_Scn *__scn);
|
/third_party/libunwind/include/win/ |
D | freebsd-elf32.h | 88 } Elf32_Shdr; typedef
|
/third_party/libunwind/include/mingw/ |
D | freebsd-elf32.h | 88 } Elf32_Shdr; typedef
|
/third_party/elfutils/tests/ |
D | asm-tst1.c | 48 .e_shentsize = sizeof (Elf32_Shdr),
|
D | update3.c | 44 Elf32_Shdr *shdr; in main()
|
D | asm-tst2.c | 48 .e_shentsize = sizeof (Elf32_Shdr),
|
D | elfshphehdr.c | 143 ? sizeof (Elf32_Shdr) : sizeof (Elf64_Shdr)); in test()
|
D | asm-tst9.c | 56 .e_shentsize = sizeof (Elf32_Shdr),
|
D | alldts.c | 132 Elf32_Shdr *shdr = elf32_getshdr (scn); in main()
|
D | update4.c | 44 Elf32_Shdr *shdr; in main()
|
/third_party/elfio/elfio/ |
D | elfio_header.hpp | 64 using Shdr_type = Elf32_Shdr;
|
/third_party/musl/porting/linux/user/src/internal/ |
D | dynlink.h | 18 typedef Elf32_Shdr Shdr;
|
/third_party/icu/icu4c/source/tools/toolutil/ |
D | pkg_genc.cpp | 918 (Elf32_Half)sizeof(Elf32_Shdr), /* e_shentsize */ in writeObjectCode() 924 static Elf32_Shdr sectionHeaders32[5]={ in writeObjectCode()
|
123