Home
last modified time | relevance | path

Searched refs:Elf64_Shdr (Results 1 – 23 of 23) sorted by relevance

/external/elfutils/libelf/
Delf_getshstrndx.c167 & (__alignof__ (Elf64_Shdr) - 1)) == 0))
169 num = ((Elf64_Shdr *) (elf->map_address + offset))->sh_link;
174 Elf64_Shdr shdr_mem;
177 sizeof (Elf64_Shdr), offset)
178 != sizeof (Elf64_Shdr)))
Delf_newscn.c148 result->shdr.e64 = (Elf64_Shdr *) calloc (1, sizeof (Elf64_Shdr));
DlibelfP.h245 Elf64_Shdr *e64; /* Pointer to 64bit section header. */
380 Elf64_Shdr *shdr; /* Used when reading from a file. */
543 extern Elf64_Shdr *__elf64_getshdr_rdlock (Elf_Scn *__scn) internal_function;
545 extern Elf64_Shdr *__elf64_getshdr_wrlock (Elf_Scn *__scn) internal_function;
Delf_begin.c215 if (ehdr.e64->e_shoff + sizeof (Elf64_Shdr) > maxsize) in get_shnum()
225 size = ((Elf64_Shdr *) ((char *) map_address + ehdr.e64->e_shoff in get_shnum()
232 memcpy (&size, &((Elf64_Shdr *) ((char *) map_address in get_shnum()
239 + offsetof (Elf64_Shdr, sh_size)) in get_shnum()
256 || maxsize - ehdr.e64->e_shoff < sizeof (Elf64_Shdr) * result) in get_shnum()
402 & (__alignof__ (Elf64_Shdr) - 1)) == 0 in file_read_elf()
409 = (Elf64_Shdr *) ((char *) ehdr + ehdr->e_shoff); in file_read_elf()
Dgelf_getshdr.c108 Elf64_Shdr *shdr
Dgelf_update_shdr.c110 Elf64_Shdr *shdr in gelf_update_shdr()
Dgelf.h86 typedef Elf64_Shdr GElf_Shdr;
Dlibelf.h296 extern Elf64_Shdr *elf64_getshdr (Elf_Scn *__scn);
Delf_getdata.c216 Elf64_Shdr *shdr in __libelf_set_rawdata_wrlock()
Delf.h302 } Elf64_Shdr; typedef
/external/libvpx/libvpx/build/make/
Dobj_int_extract.c306 int parse_elf_section(elf_obj_t *elf, int idx, Elf32_Shdr *hdr32, Elf64_Shdr *hdr64) in parse_elf_section()
367 Elf64_Shdr shdr; in parse_elf_string_table()
447 Elf64_Shdr shdr; in parse_elf()
563 Elf64_Shdr shdr; in parse_elf()
591 Elf64_Shdr dhdr; in parse_elf()
/external/kernel-headers/original/asm-mips/
Dmodule.h52 #define Elf_Shdr Elf64_Shdr
/external/elfutils/src/
Dxelf.h171 # define XElf_Shdr Elf64_Shdr
200 # define XElf_Shdr_vardef(name) Elf64_Shdr *name
283 case ELF_T_SHDR: fsize = sizeof (Elf64_Shdr); break; \
Dunstrip.c998 Elf64_Shdr s64[shnum - 1]; in find_alloc_sections_prelink()
Delflint.c502 if (ehdr->e_shentsize != 0 && ehdr->e_shentsize != sizeof (Elf64_Shdr)) in check_elf_header()
/external/icu4c/tools/toolutil/
Dpkg_genc.c900 (Elf64_Half)sizeof(Elf64_Shdr), /* e_shentsize */ in writeObjectCode()
906 static Elf64_Shdr sectionHeaders64[5]={ in writeObjectCode()
/external/qemu/
Delf.h1127 } Elf64_Shdr; typedef
/external/llvm/include/llvm/Support/
DELF.h960 struct Elf64_Shdr { struct
/external/llvm/lib/MC/
DELFObjectWriter.cpp422 Write16(is64Bit() ? sizeof(ELF::Elf64_Shdr) : sizeof(ELF::Elf32_Shdr)); in WriteHeader()
1542 sizeof(ELF::Elf64_Shdr) : sizeof(ELF::Elf32_Shdr); in WriteObject()
/external/valgrind/main/VEX/unused/
Dlinker.c120 #define Elf_Shdr Elf64_Shdr
/external/valgrind/main/VEX/switchback/
Dlinker.c184 #define Elf_Shdr Elf64_Shdr
/external/valgrind/main/coregrind/m_debuginfo/
Dreadelf.c84 # define ElfXX_Shdr Elf64_Shdr
/external/valgrind/main/perf/
Dtinycc.c326 } Elf64_Shdr; typedef