Searched refs:SHT_PROGBITS (Results 51 - 57 of 57) sorted by relevance

123

/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp415 LLVM_READOBJ_ENUM_CASE(ELF, SHT_PROGBITS );
/external/ltrace/
H A Dltrace-elf.c640 } else if (shdr.sh_type == SHT_PROGBITS
/external/valgrind/main/perf/
H A Dtinycc.c341 #define SHT_PROGBITS 1 /* Program data */ macro
6901 return new_section(s1, name, SHT_PROGBITS, SHF_ALLOC);
18795 s1->got = new_section(s1, ".got", SHT_PROGBITS, SHF_ALLOC | SHF_WRITE);
19152 if (s->sh_type == SHT_PROGBITS &&
19257 interp = new_section(s1, ".interp", SHT_PROGBITS, SHF_ALLOC);
19276 s1->plt = new_section(s1, ".plt", SHT_PROGBITS,
19936 if (sh->sh_type != SHT_PROGBITS &&
20844 text_section = new_section(s, ".text", SHT_PROGBITS, SHF_ALLOC | SHF_EXECINSTR);
20845 data_section = new_section(s, ".data", SHT_PROGBITS, SHF_ALLOC | SHF_WRITE);
21149 SHT_PROGBITS, SHF_ALLO
[all...]
/external/elfutils/0.153/libelf/
H A Delf.h321 #define SHT_PROGBITS 1 /* Program data */ macro
/external/elfutils/0.153/src/
H A Dstrip.c1024 shdr_info[cnt].shdr.sh_type = SHT_PROGBITS;
H A Dreadelf.c7316 if (shdr != NULL && shdr->sh_type == SHT_PROGBITS)
8438 if (shdr_mem.sh_type != SHT_PROGBITS
/external/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1728 CASE_AND_STREAM(s, SHT_PROGBITS , kStrWidth);

Completed in 235 milliseconds

123