Searched refs:Elf64_Shdr (Results 1 – 25 of 26) sorted by relevance
12
177 & (__alignof__ (Elf64_Shdr) - 1)) == 0))182 < sizeof (Elf64_Shdr)))191 num = ((Elf64_Shdr *) (elf->map_address + elf->start_offset198 Elf64_Shdr shdr_mem;201 sizeof (Elf64_Shdr), offset)202 != sizeof (Elf64_Shdr)))
197 || unlikely (ehdr.e64->e_shoff + sizeof (Elf64_Shdr) > maxsize)) in get_shnum()207 size = ((Elf64_Shdr *) ((char *) map_address + ehdr.e64->e_shoff in get_shnum()214 memcpy (&size, &((Elf64_Shdr *) ((char *) map_address in get_shnum()221 + offsetof (Elf64_Shdr, sh_size)) in get_shnum()238 || maxsize - ehdr.e64->e_shoff < sizeof (Elf64_Shdr) * result) in get_shnum()275 else if (scncnt > SIZE_MAX / (sizeof (Elf_Scn) + sizeof (Elf64_Shdr))) in file_read_elf()407 & (__alignof__ (Elf64_Shdr) - 1)) == 0 in file_read_elf()416 < scncnt * sizeof (Elf64_Shdr))) in file_read_elf()419 = (Elf64_Shdr *) ((char *) ehdr + ehdr->e_shoff); in file_read_elf()
135 result->shdr.e64 = (Elf64_Shdr *) calloc (1, sizeof (Elf64_Shdr));
224 Elf64_Shdr *e64; /* Pointer to 64bit section header. */352 Elf64_Shdr *shdr; /* Used when reading from a file. */519 extern Elf64_Shdr *__elf64_getshdr_rdlock (Elf_Scn *__scn) internal_function;521 extern Elf64_Shdr *__elf64_getshdr_wrlock (Elf_Scn *__scn) internal_function;
87 Elf64_Shdr *shdr
89 Elf64_Shdr *shdr in gelf_update_shdr()
65 typedef Elf64_Shdr GElf_Shdr;
267 extern Elf64_Shdr *elf64_getshdr (Elf_Scn *__scn);
195 Elf64_Shdr *shdr in __libelf_set_rawdata_wrlock()
298 } Elf64_Shdr; typedef
40 Elf64_Shdr *shdr; in find_gp()41 Elf64_Shdr *str_shdr; in find_gp()75 shdr = (Elf64_Shdr *) ((char *) edi->ei.image + soff); in find_gp()76 str_shdr = (Elf64_Shdr *) ((char *) edi->ei.image + str_soff); in find_gp()86 shdr = (Elf64_Shdr *) (((char *) shdr) + ehdr->e_shentsize); in find_gp()
300 int parse_elf_section(elf_obj_t *elf, int idx, Elf32_Shdr *hdr32, Elf64_Shdr *hdr64) { in parse_elf_section()352 Elf64_Shdr shdr; in parse_elf_string_table()420 Elf64_Shdr shdr; in parse_elf()529 Elf64_Shdr shdr; in parse_elf()553 Elf64_Shdr dhdr; in parse_elf()
62 typedef Elf64_Shdr Shdr;
73 D16(addr_size_ == 8 ? sizeof(Elf64_Shdr) : sizeof(Elf32_Shdr)); in ELF()
163 # define XElf_Shdr Elf64_Shdr192 # define XElf_Shdr_vardef(name) Elf64_Shdr *name275 case ELF_T_SHDR: fsize = sizeof (Elf64_Shdr); break; \
1004 Elf64_Shdr s64[shnum - 1]; in find_alloc_sections_prelink()
522 if (ehdr->e_shentsize != 0 && ehdr->e_shentsize != sizeof (Elf64_Shdr)) in check_elf_header()
323 } Elf64_Shdr; typedef
916 (Elf64_Half)sizeof(Elf64_Shdr), /* e_shentsize */ in writeObjectCode()922 static Elf64_Shdr sectionHeaders64[5]={ in writeObjectCode()
555 struct Elf64_Shdr { struct
120 #define Elf_Shdr Elf64_Shdr
411 Elf64_Shdr s64[shnum - 1]; in find_prelink_address_sync()
186 #define Elf_Shdr Elf64_Shdr
451 Write16(is64Bit() ? sizeof(ELF::Elf64_Shdr) : sizeof(ELF::Elf32_Shdr)); in WriteHeader()
83 # define ElfXX_Shdr Elf64_Shdr