Searched refs:Elf64_Shdr (Results 1 – 20 of 20) 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
386 int parse_elf_section(elf_obj_t *elf, int idx, Elf32_Shdr *hdr32, Elf64_Shdr *hdr64) in parse_elf_section()447 Elf64_Shdr shdr; in parse_elf_string_table()527 Elf64_Shdr shdr; in parse_elf()643 Elf64_Shdr shdr; in parse_elf()671 Elf64_Shdr dhdr; in parse_elf()
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
889 (Elf64_Half)sizeof(Elf64_Shdr), /* e_shentsize */ in writeObjectCode()895 static Elf64_Shdr sectionHeaders64[5]={ in writeObjectCode()
451 struct Elf64_Shdr { struct
1127 } Elf64_Shdr; typedef
123 Write16(is64Bit() ? sizeof(ELF::Elf64_Shdr) : sizeof(ELF::Elf32_Shdr)); in WriteHeader()1193 sizeof(ELF::Elf64_Shdr) : sizeof(ELF::Elf32_Shdr); in WriteObject()
84 # define ElfXX_Shdr Elf64_Shdr
326 } Elf64_Shdr; typedef