Home
last modified time | relevance | path

Searched refs:SHT_PROGBITS (Results 1 – 20 of 20) sorted by relevance

/external/elfutils/tests/
Dasm-tst1.c77 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()
Dasm-tst6.c59 scn = asm_newscn_ingrp (ctx, ".data", SHT_PROGBITS, in main()
99 scn = asm_newscn_ingrp (ctx, ".stab", SHT_PROGBITS, 0, grp); in main()
Dupdate4.c127 shdr->sh_type = SHT_PROGBITS; in main()
163 shdr->sh_type = SHT_PROGBITS; in main()
199 shdr->sh_type = SHT_PROGBITS; in main()
Dasm-tst2.c76 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()
Dasm-tst3.c38 [1] = SHT_PROGBITS,
68 scn1 = asm_newscn (ctx, ".data", SHT_PROGBITS, SHF_ALLOC | SHF_WRITE); in main()
Dasm-tst9.c96 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()
Dasm-tst4.c53 scn = asm_newscn (ctx, buf, SHT_PROGBITS, SHF_ALLOC | SHF_WRITE); in main()
Dasm-tst5.c55 scn = asm_newscn (ctx, buf, SHT_PROGBITS, SHF_ALLOC | SHF_WRITE); in main()
Dsectiondump.c122 case SHT_PROGBITS: in handle_section()
/external/elfutils/libasm/
Dasm_newscn.c76 if (type == SHT_PROGBITS) in text_newscn()
164 || (type != SHT_PROGBITS && unlikely (type != SHT_NOBITS)))
/external/elfutils/src/
Delflint.c1030 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 …]
Dldgeneric.c929 || (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()
Dstrip.c969 shdr_info[cnt].shdr.sh_type = SHT_PROGBITS; in handle_elf()
Dreadelf.c4401 if (shdr != NULL || shdr->sh_type != SHT_PROGBITS) in print_debug()
/external/elfutils/libelf/
Delf-knowledge.h42 && ((shdr)->sh_type != SHT_PROGBITS \
Delf.h313 #define SHT_PROGBITS 1 /* Program data */ macro
/external/elfutils/
DNOTES47 .comment/SHT_PROGBITS in strip, ld
/external/icu4c/tools/genccode/
Dgenccode.c705 SHT_PROGBITS, in writeObjectCode()
822 SHT_PROGBITS, in writeObjectCode()
/external/qemu/
Delf.h1011 #define SHT_PROGBITS 1 macro
/external/elfcopy/
Delfcopy.c2579 ((shdr_info[end].shdr.sh_type == SHT_PROGBITS) || in get_end_of_range()