Searched refs:Elf32_Shdr (Results 1 - 25 of 40) sorted by relevance

12

/external/kernel-headers/original/asm-arm/
H A Dmodule.h9 #define Elf_Shdr Elf32_Shdr
/external/chromium_org/courgette/
H A Ddisassembler_elf_32_arm.h67 const Elf32_Shdr *section_header,
71 const Elf32_Shdr* section) WARN_UNUSED_RESULT;
H A Ddisassembler_elf_32_x86.h48 const Elf32_Shdr *section_header,
52 const Elf32_Shdr* section) WARN_UNUSED_RESULT;
H A Ddisassembler_elf_32.h107 const Elf32_Shdr *SectionHeader(int id) const {
173 const Elf32_Shdr *section_header,
176 const Elf32_Shdr *section_header,
190 const Elf32_Shdr* section) WARN_UNUSED_RESULT = 0;
193 Elf32_Shdr *section_header_table_;
H A Ddisassembler_elf_32.cc54 if (header_->e_shentsize != sizeof(Elf32_Shdr))
60 section_header_table_ = (Elf32_Shdr *)OffsetToPointer(header_->e_shoff);
108 const Elf32_Shdr *section_header = SectionHeader(section_id);
130 (header_->e_shnum * sizeof(Elf32_Shdr));
189 const Elf32_Shdr *section_header = SectionHeader(i);
263 const Elf32_Shdr *section_header = SectionHeader(section_id);
322 const Elf32_Shdr *section_header,
428 const Elf32_Shdr *section_header = SectionHeader(section_id);
466 const Elf32_Shdr *section_header = SectionHeader(section_id);
491 const Elf32_Shdr *section_heade
[all...]
H A Ddisassembler_elf_32_x86.cc64 const Elf32_Shdr *section_header,
118 const Elf32_Shdr* section_header) {
H A Dtypes_elf.h59 struct Elf32_Shdr { struct
H A Ddisassembler_elf_32_arm.cc299 const Elf32_Shdr *section_header,
368 const Elf32_Shdr* section_header) {
/external/elfutils/libelf/
H A Delf_getshstrndx.c129 & (__alignof__ (Elf32_Shdr) - 1)) == 0))
131 num = ((Elf32_Shdr *) (elf->map_address + offset))->sh_link;
136 Elf32_Shdr shdr_mem;
139 sizeof (Elf32_Shdr), offset)
140 != sizeof (Elf32_Shdr)))
H A Dgelf_getshdr.c82 Elf32_Shdr *shdr
H A Dgelf_update_shdr.c75 Elf32_Shdr *shdr
H A Delf_newscn.c139 result->shdr.e32 = (Elf32_Shdr *) calloc (1, sizeof (Elf32_Shdr));
H A DlibelfP.h244 Elf32_Shdr *e32; /* Pointer to 32bit section header. */
354 Elf32_Shdr *shdr; /* Used when reading from a file. */
542 extern Elf32_Shdr *__elf32_getshdr_rdlock (Elf_Scn *__scn) internal_function;
544 extern Elf32_Shdr *__elf32_getshdr_wrlock (Elf_Scn *__scn) internal_function;
H A Delf_begin.c167 if (ehdr.e32->e_shoff + sizeof (Elf32_Shdr) > maxsize)
176 result = ((Elf32_Shdr *) ((char *) map_address + ehdr.e32->e_shoff
185 memcpy (&size, &((Elf32_Shdr *) ((char *) map_address
192 + offsetof (Elf32_Shdr, sh_size))
205 || maxsize - ehdr.e32->e_shoff < sizeof (Elf32_Shdr) * result)
314 & (__alignof__ (Elf32_Shdr) - 1)) == 0
321 = (Elf32_Shdr *) ((char *) ehdr + ehdr->e_shoff);
H A Dlibelf.h294 extern Elf32_Shdr *elf32_getshdr (Elf_Scn *__scn);
/external/kernel-headers/original/asm-x86/
H A Dmodule_32.h9 #define Elf_Shdr Elf32_Shdr
/external/kernel-headers/original/asm-mips/
H A Dmodule.h37 #define Elf_Shdr Elf32_Shdr
/external/libvpx/libvpx/build/make/
H A Dobj_int_extract.c284 int parse_elf_section(elf_obj_t *elf, int idx, Elf32_Shdr *hdr32, Elf64_Shdr *hdr64) {
326 Elf32_Shdr shdr;
387 Elf32_Shdr shdr;
424 Elf32_Shdr shdr;
448 Elf32_Shdr dhdr;
/external/elfutils/tests/
H A Dasm-tst1.c55 .e_shentsize = sizeof (Elf32_Shdr),
H A Dasm-tst2.c55 .e_shentsize = sizeof (Elf32_Shdr),
H A Dupdate3.c50 Elf32_Shdr *shdr;
H A Dasm-tst9.c63 .e_shentsize = sizeof (Elf32_Shdr),
/external/grub/stage2/
H A Di386-elf.h116 Elf32_Shdr; typedef in typeref:struct:__anon18767
H A Dboot.c657 Elf32_Shdr *shdr = NULL;
676 shdr = (Elf32_Shdr *) mbi.syms.e.addr;
/external/elfutils/src/
H A Dxelf.h39 # define XElf_Shdr Elf32_Shdr
68 # define XElf_Shdr_vardef(name) Elf32_Shdr *name
151 case ELF_T_SHDR: fsize = sizeof (Elf32_Shdr); break; \

Completed in 454 milliseconds

12