/external/elfutils/tests/ |
D | asm-tst1.c | 77 scn1 = asm_newscn (ctx, ".text", SHT_PROGBITS, SHF_ALLOC | SHF_EXECINSTR); in main() 78 scn2 = asm_newscn (ctx, ".data", SHT_PROGBITS, SHF_ALLOC | SHF_WRITE); in main() 171 if (shdr->sh_type != (cnt == 3 ? SHT_STRTAB : SHT_PROGBITS)) in main()
|
D | asm-tst6.c | 59 scn = asm_newscn_ingrp (ctx, ".data", SHT_PROGBITS, in main() 99 scn = asm_newscn_ingrp (ctx, ".stab", SHT_PROGBITS, 0, grp); in main()
|
D | update4.c | 127 shdr->sh_type = SHT_PROGBITS; in main() 163 shdr->sh_type = SHT_PROGBITS; in main() 199 shdr->sh_type = SHT_PROGBITS; in main()
|
D | asm-tst2.c | 76 scn1 = asm_newscn (ctx, ".data", SHT_PROGBITS, SHF_ALLOC | SHF_WRITE); in main() 187 if (shdr->sh_type != (cnt == 2 ? SHT_STRTAB : SHT_PROGBITS)) in main()
|
D | asm-tst3.c | 38 [1] = SHT_PROGBITS, 68 scn1 = asm_newscn (ctx, ".data", SHT_PROGBITS, SHF_ALLOC | SHF_WRITE); in main()
|
D | asm-tst9.c | 96 scn = asm_newscn (ctx, ".data", SHT_PROGBITS, SHF_ALLOC | SHF_WRITE); in main() 221 if (shdr->sh_type != (cnt == 2 ? SHT_STRTAB : SHT_PROGBITS)) in main()
|
D | asm-tst4.c | 53 scn = asm_newscn (ctx, buf, SHT_PROGBITS, SHF_ALLOC | SHF_WRITE); in main()
|
D | asm-tst5.c | 55 scn = asm_newscn (ctx, buf, SHT_PROGBITS, SHF_ALLOC | SHF_WRITE); in main()
|
D | sectiondump.c | 122 case SHT_PROGBITS: in handle_section()
|
/external/elfutils/libasm/ |
D | asm_newscn.c | 76 if (type == SHT_PROGBITS) in text_newscn() 164 || (type != SHT_PROGBITS && unlikely (type != SHT_NOBITS)))
|
/external/elfutils/src/ |
D | elflint.c | 1030 if(destshdr->sh_type != SHT_PROGBITS in check_rela() 1165 if (destshdr->sh_type != SHT_PROGBITS in check_rel() 1810 { ".comment", 8, SHT_PROGBITS, exact, 0, 0 }, 1811 { ".data", 6, SHT_PROGBITS, exact, SHF_ALLOC | SHF_WRITE, 0 }, 1812 { ".data1", 7, SHT_PROGBITS, exact, SHF_ALLOC | SHF_WRITE, 0 }, 1813 { ".debug", 7, SHT_PROGBITS, exact, 0, 0 }, 1817 { ".fini", 6, SHT_PROGBITS, exact, SHF_ALLOC | SHF_EXECINSTR, 0 }, 1819 { ".got", 5, SHT_PROGBITS, unused, 0, 0 }, // XXX more info? 1821 { ".init", 6, SHT_PROGBITS, exact, SHF_ALLOC | SHF_EXECINSTR, 0 }, 1823 { ".interp", 8, SHT_PROGBITS, atleast, 0, SHF_ALLOC }, // XXX more tests? [all …]
|
D | ldgeneric.c | 929 || (shdr->sh_type == SHT_PROGBITS in add_section() 1217 && likely (shdr->sh_type == SHT_PROGBITS in add_relocatable_file() 2259 new_generated_scn (scn_dot_interp, ".interp", SHT_PROGBITS, SHF_ALLOC, in ld_generic_generate_sections() 2293 new_generated_scn (scn_dot_plt, ".plt", SHT_PROGBITS, in ld_generic_generate_sections() 2413 new_generated_scn (scn_dot_got, ".got", SHT_PROGBITS, in ld_generic_generate_sections() 2731 queued->type = SHT_PROGBITS; in match_section() 4436 && head->type == SHT_PROGBITS in ld_generic_create_outfile()
|
D | strip.c | 969 shdr_info[cnt].shdr.sh_type = SHT_PROGBITS; in handle_elf()
|
D | readelf.c | 4401 if (shdr != NULL || shdr->sh_type != SHT_PROGBITS) in print_debug()
|
/external/elfutils/libelf/ |
D | elf-knowledge.h | 42 && ((shdr)->sh_type != SHT_PROGBITS \
|
D | elf.h | 313 #define SHT_PROGBITS 1 /* Program data */ macro
|
/external/elfutils/ |
D | NOTES | 47 .comment/SHT_PROGBITS in strip, ld
|
/external/icu4c/tools/genccode/ |
D | genccode.c | 705 SHT_PROGBITS, in writeObjectCode() 822 SHT_PROGBITS, in writeObjectCode()
|
/external/qemu/ |
D | elf.h | 1011 #define SHT_PROGBITS 1 macro
|
/external/elfcopy/ |
D | elfcopy.c | 2579 ((shdr_info[end].shdr.sh_type == SHT_PROGBITS) || in get_end_of_range()
|