Home
last modified time | relevance | path

Searched refs:Elf32_Shdr (Results 1 – 25 of 31) sorted by relevance

12

/external/elfutils/src/libelf/
Delf_getshdrstrndx.c116 & (__alignof__ (Elf32_Shdr) - 1)) == 0))
121 < sizeof (Elf32_Shdr)))
130 num = ((Elf32_Shdr *) (elf->map_address + elf->start_offset
137 Elf32_Shdr shdr_mem;
140 sizeof (Elf32_Shdr), offset)
141 != sizeof (Elf32_Shdr)))
Delf_begin.c148 || unlikely (maxsize - ehdr.e32->e_shoff < sizeof (Elf32_Shdr))) in get_shnum()
157 result = ((Elf32_Shdr *) ((char *) map_address + ehdr.e32->e_shoff in get_shnum()
166 memcpy (&size, &((Elf32_Shdr *) ((char *) map_address in get_shnum()
173 + offsetof (Elf32_Shdr, sh_size)) in get_shnum()
186 || maxsize - ehdr.e32->e_shoff < sizeof (Elf32_Shdr) * result) in get_shnum()
272 if (scncnt > SIZE_MAX / (sizeof (Elf_Scn) + sizeof (Elf32_Shdr))) in file_read_elf()
311 & (__alignof__ (Elf32_Shdr) - 1)) == 0 in file_read_elf()
320 < scncnt * sizeof (Elf32_Shdr))) in file_read_elf()
328 = (Elf32_Shdr *) ((char *) ehdr + ehdr->e_shoff); in file_read_elf()
Delf_newscn.c126 result->shdr.e32 = (Elf32_Shdr *) calloc (1, sizeof (Elf32_Shdr));
DlibelfP.h223 Elf32_Shdr *e32; /* Pointer to 32bit section header. */
327 Elf32_Shdr *shdr; /* Used when reading from a file. */
518 extern Elf32_Shdr *__elf32_getshdr_rdlock (Elf_Scn *__scn) internal_function;
520 extern Elf32_Shdr *__elf32_getshdr_wrlock (Elf_Scn *__scn) internal_function;
Dgelf_getshdr.c61 Elf32_Shdr *shdr
Dgelf_update_shdr.c54 Elf32_Shdr *shdr in gelf_update_shdr()
Dlibelf.h265 extern Elf32_Shdr *elf32_getshdr (Elf_Scn *__scn);
Delf_getdata.c181 Elf32_Shdr *shdr in __libelf_set_rawdata_wrlock()
/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()
342 Elf32_Shdr shdr; in parse_elf_string_table()
403 Elf32_Shdr shdr; in parse_elf()
440 Elf32_Shdr shdr; in parse_elf()
464 Elf32_Shdr dhdr; in parse_elf()
/external/google-breakpad/src/common/linux/
Delfutils.h49 typedef Elf32_Shdr Shdr;
Dsynth_elf.cc73 D16(addr_size_ == 8 ? sizeof(Elf64_Shdr) : sizeof(Elf32_Shdr)); in ELF()
/external/elfutils/src/src/
Dxelf.h31 # define XElf_Shdr Elf32_Shdr
60 # define XElf_Shdr_vardef(name) Elf32_Shdr *name
143 case ELF_T_SHDR: fsize = sizeof (Elf32_Shdr); break; \
Di386_ld.c716 Elf32_Shdr *shdr = elf32_getshdr (pltscn); in elf_i386_create_relocations()
/external/elfutils/src/tests/
Dasm-tst1.c47 .e_shentsize = sizeof (Elf32_Shdr),
Dupdate3.c43 Elf32_Shdr *shdr; in main()
Dasm-tst2.c47 .e_shentsize = sizeof (Elf32_Shdr),
Dasm-tst9.c55 .e_shentsize = sizeof (Elf32_Shdr),
Dalldts.c130 Elf32_Shdr *shdr = elf32_getshdr (scn); in main()
Dupdate4.c43 Elf32_Shdr *shdr; in main()
/external/kernel-headers/original/uapi/linux/
Delf.h310 } Elf32_Shdr; typedef
/external/icu/icu4c/source/tools/toolutil/
Dpkg_genc.c799 (Elf32_Half)sizeof(Elf32_Shdr), /* e_shentsize */ in writeObjectCode()
805 static Elf32_Shdr sectionHeaders32[5]={ in writeObjectCode()
/external/llvm/include/llvm/Support/
DELF.h541 struct Elf32_Shdr { struct
/external/valgrind/VEX/unused/
Dlinker.c135 #define Elf_Shdr Elf32_Shdr
/external/elfutils/src/libdwfl/
Ddwfl_module_getdwarf.c410 Elf32_Shdr s32[shnum - 1]; in find_prelink_address_sync()
/external/valgrind/VEX/switchback/
Dlinker.c201 #define Elf_Shdr Elf32_Shdr

12