Searched refs:Elf64_Shdr (Results 1 – 16 of 16) sorted by relevance
133 & (__alignof__ (Elf64_Shdr) - 1)) == 0))135 num = ((Elf64_Shdr *) (elf->map_address + offset))->sh_link;140 Elf64_Shdr shdr_mem;142 if (pread (elf->fildes, &shdr_mem, sizeof (Elf64_Shdr),143 offset) != sizeof (Elf64_Shdr))
115 result->shdr.e64 = (Elf64_Shdr *) calloc (1, sizeof (Elf64_Shdr));
200 Elf64_Shdr *e64; /* Pointer to 64bit section header. */321 Elf64_Shdr *shdr; /* Used when reading from a file. */460 extern Elf64_Shdr *__elf64_getshdr_internal (Elf_Scn *__scn) attribute_hidden;
74 Elf64_Shdr *shdr = scn->shdr.e64 ?: INTUSE(elf64_getshdr) (scn);
76 Elf64_Shdr *shdr = scn->shdr.e64 ?: INTUSE(elf64_getshdr) (scn); in gelf_update_shdr()
150 if (offset + ehdr.e64->e_shoff + sizeof (Elf64_Shdr) > maxsize) in get_shnum()159 result = ((Elf64_Shdr *) ((char *) map_address in get_shnum()168 + offsetof (Elf64_Shdr, sh_size)) in get_shnum()338 & (__alignof__ (Elf64_Shdr) - 1)) == 0 in file_read_elf()346 (Elf64_Shdr *) ((char *) map_address + offset in file_read_elf()
53 typedef Elf64_Shdr GElf_Shdr;
228 extern Elf64_Shdr *elf64_getshdr (Elf_Scn *__scn);
203 Elf64_Shdr *shdr = scn->shdr.e64 ?: INTUSE(elf64_getshdr) (scn); in __libelf_set_rawdata()
291 } Elf64_Shdr; typedef
159 # define XElf_Shdr Elf64_Shdr188 # define XElf_Shdr_vardef(name) Elf64_Shdr *name271 case ELF_T_SHDR: fsize = sizeof (Elf64_Shdr); break; \
513 if (ehdr->e_shentsize != 0 && ehdr->e_shentsize != sizeof (Elf64_Shdr)) in check_elf_header()
293 } Elf64_Shdr; typedef
881 (Elf64_Half)sizeof(Elf64_Shdr), /* e_shentsize */ in writeObjectCode()887 static Elf64_Shdr sectionHeaders64[5]={ in writeObjectCode()
1079 } Elf64_Shdr; typedef