Searched defs:sh_type (Results 1 - 13 of 13) sorted by relevance

/external/elfutils/libebl/
H A Deblcheckreloctargettype.c37 ebl_check_reloc_target_type (Ebl *ebl, Elf64_Word sh_type) argument
39 if (ebl->check_reloc_target_type (ebl, sh_type))
42 switch (sh_type)
/external/elfutils/backends/
H A Darm_symbol.c128 arm_check_reloc_target_type (Ebl *ebl __attribute__ ((unused)), Elf64_Word sh_type) argument
130 return sh_type == SHT_ARM_EXIDX;
H A Dia64_symbol.c154 ia64_check_reloc_target_type (Ebl *ebl __attribute__ ((unused)), Elf64_Word sh_type) argument
156 return sh_type == SHT_IA_64_UNWIND;
/external/elfutils/libelf/
H A Delf_compress_gnu.c60 Elf64_Word sh_type; local
69 sh_type = shdr->sh_type;
79 sh_type = shdr->sh_type;
89 if (sh_type == SHT_NULL || sh_type == SHT_NOBITS)
197 __libelf_data_type (elf, sh_type));
H A Delf_getdata.c123 __libelf_data_type (Elf *elf, int sh_type) argument
127 if (sh_type == SHT_HASH && elf->class == ELFCLASS64)
134 return shtype_map[LIBELF_EV_IDX][TYPEIDX (sh_type)];
239 type = shdr->sh_type;
254 type = shdr->sh_type;
H A Delf_compress.c345 Elf64_Word sh_type; local
354 sh_type = shdr->sh_type;
364 sh_type = shdr->sh_type;
374 if (sh_type == SHT_NULL || sh_type == SHT_NOBITS)
507 __libelf_data_type (elf, sh_type));
H A Delf.h276 Elf32_Word sh_type; /* Section type */ member in struct:__anon5531
290 Elf64_Word sh_type; /* Section type */ member in struct:__anon5532
318 /* Legal values for sh_type (section type). */
1446 /* Legal values for sh_type field of Elf32_Shdr. */
1907 /* Legal values for sh_type field of Elf32_Shdr. */
2080 /* Legal values for sh_type field of Elf64_Shdr. */
2485 /* Processor specific values for the Shdr sh_type field. */
2816 /* Processor specific values for the Shdr sh_type field. */
/external/llvm/include/llvm/Object/
H A DELFTypes.h98 Elf_Word sh_type; // Section type (SHT_*) member in struct:llvm::object::Elf_Shdr_Base
113 Elf_Word sh_type; // Section type (SHT_*) member in struct:llvm::object::Elf_Shdr_Base
/external/elfutils/libdwfl/
H A Ddwfl_module_getdwarf.c236 GElf_Word sh_type,
243 && ((sh_type == SHT_PROGBITS && sh_addr != interp)
244 || sh_type == SHT_NOBITS))
283 if (shdr->sh_type == SHT_PROGBITS
360 that can be moved around have different sh_type values--except for
480 consider_shdr (main_interp, sh->sh_type, sh->sh_flags,
492 consider_shdr (undo_interp, (*s32)[i].sh_type,
500 consider_shdr (undo_interp, (*s64)[i].sh_type,
607 switch (shdr->sh_type)
1000 switch (shdr->sh_type)
235 consider_shdr(GElf_Addr interp, GElf_Word sh_type, GElf_Xword sh_flags, GElf_Addr sh_addr, GElf_Xword sh_size, GElf_Addr *phighest) argument
[all...]
/external/elfutils/src/
H A Dunstrip.c358 switch (shdr->sh_type)
440 switch (shdr->sh_type)
579 if (shdr->sh_type != SHT_NOBITS && shdr->sh_link == new_sh_link)
911 Elf64_Word sh_type)
913 if (sh_type == SHT_REL || sh_type == SHT_RELA)
928 sections[i].shdr.sh_type)
990 if (sec->shdr.sh_type == SHT_PROGBITS
1076 COPY (sh_type);
1171 && (((sec->shdr.sh_type
908 sections_flags_match(Elf64_Xword sh_flags1, Elf64_Xword sh_flags2, Elf64_Word sh_type) argument
[all...]
/external/kernel-headers/original/uapi/linux/
H A Delf.h265 /* sh_type */
301 Elf32_Word sh_type; member in struct:elf32_shdr
314 Elf64_Word sh_type; /* Type of section */ member in struct:elf64_shdr
/external/llvm/include/llvm/Support/
H A DELF.h602 Elf32_Word sh_type; // Section type (SHT_*) member in struct:llvm::ELF::Elf32_Shdr
616 Elf64_Word sh_type; member in struct:llvm::ELF::Elf64_Shdr
/external/valgrind/perf/
H A Dtinycc.c303 Elf32_Word sh_type; /* Section type */ member in struct:__anon20297
317 Elf64_Word sh_type; /* Section type */ member in struct:__anon20298
338 /* Legal values for sh_type (section type). */
1105 /* Legal values for sh_type field of Elf32_Shdr. */
1436 /* Legal values for sh_type field of Elf32_Shdr. */
1492 /* Legal values for sh_type field of Elf64_Shdr. */
2203 int sh_type; /* elf section type */
6818 Section *new_section(TCCState *s1, const char *name, int sh_type, int sh_flags)
6824 sec->sh_type = sh_type;
2201 int sh_type; /* elf section type */ member in struct:Section
6816 new_section(TCCState *s1, const char *name, int sh_type, int sh_flags) argument
19006 new_symtab(TCCState *s1, const char *symtab_name, int sh_type, int sh_flags, const char *strtab_name, const char *hash_name, int hash_sh_flags) argument
[all...]

Completed in 1552 milliseconds