Searched refs:Elf32_Shdr (Results 1 – 23 of 23) sorted by relevance
94 & (__alignof__ (Elf32_Shdr) - 1)) == 0))96 num = ((Elf32_Shdr *) (elf->map_address + offset))->sh_link;101 Elf32_Shdr shdr_mem;103 if (pread (elf->fildes, &shdr_mem, sizeof (Elf32_Shdr),104 offset) != sizeof (Elf32_Shdr))
106 result->shdr.e32 = (Elf32_Shdr *) calloc (1, sizeof (Elf32_Shdr));
199 Elf32_Shdr *e32; /* Pointer to 32bit section header. */296 Elf32_Shdr *shdr; /* Used when reading from a file. */459 extern Elf32_Shdr *__elf32_getshdr_internal (Elf_Scn *__scn) attribute_hidden;
49 Elf32_Shdr *shdr = scn->shdr.e32 ?: INTUSE(elf32_getshdr) (scn);
42 Elf32_Shdr *shdr = scn->shdr.e32 ?: INTUSE(elf32_getshdr) (scn); in gelf_update_shdr()
114 if (offset + ehdr.e32->e_shoff + sizeof (Elf32_Shdr) > maxsize) in get_shnum()123 result = ((Elf32_Shdr *) ((char *) map_address in get_shnum()132 + offsetof (Elf32_Shdr, sh_size)) in get_shnum()252 & (__alignof__ (Elf32_Shdr) - 1)) == 0 in file_read_elf()260 (Elf32_Shdr *) ((char *) map_address + offset in file_read_elf()
226 extern Elf32_Shdr *elf32_getshdr (Elf_Scn *__scn);
190 Elf32_Shdr *shdr = scn->shdr.e32 ?: INTUSE(elf32_getshdr) (scn); in __libelf_set_rawdata()
277 } Elf32_Shdr; typedef
20 Elf32_Shdr *hdr;
116 Elf32_Shdr; typedef
657 Elf32_Shdr *shdr = NULL; in load_image()676 shdr = (Elf32_Shdr *) mbi.syms.e.addr; in load_image()
27 # define XElf_Shdr Elf32_Shdr56 # define XElf_Shdr_vardef(name) Elf32_Shdr *name139 case ELF_T_SHDR: fsize = sizeof (Elf32_Shdr); break; \
638 Elf32_Shdr *shdr = elf32_getshdr (pltscn); in elf_i386_create_relocations()
496 if (ehdr->e_shentsize != 0 && ehdr->e_shentsize != sizeof (Elf32_Shdr)) in check_elf_header()
39 .e_shentsize = sizeof (Elf32_Shdr),
38 Elf32_Shdr *shdr; in main()
47 .e_shentsize = sizeof (Elf32_Shdr),
39 Elf32_Shdr *shdr; in main()
656 (Elf32_Half)sizeof(Elf32_Shdr), /* e_shentsize */ in writeObjectCode()662 static Elf32_Shdr sectionHeaders32[5]={ in writeObjectCode()
1060 } Elf32_Shdr; typedef
2242 * stage2/i386-elf.h (Elf32_Shdr): New type.