Home
last modified time | relevance | path

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

12

/external/elfutils/src/libelf/
Delf_getshdrstrndx.c177 & (__alignof__ (Elf64_Shdr) - 1)) == 0))
182 < sizeof (Elf64_Shdr)))
191 num = ((Elf64_Shdr *) (elf->map_address + elf->start_offset
198 Elf64_Shdr shdr_mem;
201 sizeof (Elf64_Shdr), offset)
202 != sizeof (Elf64_Shdr)))
Delf_begin.c197 || 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()
Delf_newscn.c135 result->shdr.e64 = (Elf64_Shdr *) calloc (1, sizeof (Elf64_Shdr));
DlibelfP.h224 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;
Dgelf_getshdr.c87 Elf64_Shdr *shdr
Dgelf_update_shdr.c89 Elf64_Shdr *shdr in gelf_update_shdr()
Dgelf.h65 typedef Elf64_Shdr GElf_Shdr;
Dlibelf.h267 extern Elf64_Shdr *elf64_getshdr (Elf_Scn *__scn);
Delf_getdata.c195 Elf64_Shdr *shdr in __libelf_set_rawdata_wrlock()
Delf.h298 } Elf64_Shdr; typedef
/external/libunwind/src/ia64/
DGfind_unwind_table.c40 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()
/external/libvpx/libvpx/build/make/
Dobj_int_extract.c300 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()
/external/google-breakpad/src/common/linux/
Delfutils.h62 typedef Elf64_Shdr Shdr;
Dsynth_elf.cc73 D16(addr_size_ == 8 ? sizeof(Elf64_Shdr) : sizeof(Elf32_Shdr)); in ELF()
/external/elfutils/src/src/
Dxelf.h163 # define XElf_Shdr Elf64_Shdr
192 # define XElf_Shdr_vardef(name) Elf64_Shdr *name
275 case ELF_T_SHDR: fsize = sizeof (Elf64_Shdr); break; \
Dunstrip.c1004 Elf64_Shdr s64[shnum - 1]; in find_alloc_sections_prelink()
Delflint.c522 if (ehdr->e_shentsize != 0 && ehdr->e_shentsize != sizeof (Elf64_Shdr)) in check_elf_header()
/external/kernel-headers/original/uapi/linux/
Delf.h323 } Elf64_Shdr; typedef
/external/icu/icu4c/source/tools/toolutil/
Dpkg_genc.c916 (Elf64_Half)sizeof(Elf64_Shdr), /* e_shentsize */ in writeObjectCode()
922 static Elf64_Shdr sectionHeaders64[5]={ in writeObjectCode()
/external/llvm/include/llvm/Support/
DELF.h555 struct Elf64_Shdr { struct
/external/valgrind/VEX/unused/
Dlinker.c120 #define Elf_Shdr Elf64_Shdr
/external/elfutils/src/libdwfl/
Ddwfl_module_getdwarf.c411 Elf64_Shdr s64[shnum - 1]; in find_prelink_address_sync()
/external/valgrind/VEX/switchback/
Dlinker.c186 #define Elf_Shdr Elf64_Shdr
/external/llvm/lib/MC/
DELFObjectWriter.cpp451 Write16(is64Bit() ? sizeof(ELF::Elf64_Shdr) : sizeof(ELF::Elf32_Shdr)); in WriteHeader()
/external/valgrind/coregrind/m_debuginfo/
Dreadelf.c83 # define ElfXX_Shdr Elf64_Shdr

12