Searched refs:p_type (Results 51 - 75 of 78) sorted by relevance

1234

/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Delf_mem_image.cc234 switch (program_header->p_type) {
/external/libunwind/src/
H A Delfxx.c176 if (phdr[i].p_type == PT_LOAD && phdr[i].p_offset == mapoff)
/external/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.cpp376 // Read p_type;
377 if (data.GetU32(offset, &p_type, 1) == NULL)
H A DObjectFileELF.cpp1620 DumpELFProgramHeader_p_type(s, ph.p_type);
1631 // Dump an token value for the ELF program header member p_type which
1635 ObjectFileELF::DumpELFProgramHeader_p_type(Stream *s, elf_word p_type) argument
1638 switch (p_type)
1650 s->Printf("0x%8.8x%*s", p_type, kStrWidth - 10, "");
1682 s->PutCString("IDX p_type p_offset p_vaddr p_paddr "
/external/chromium_org/courgette/
H A Ddisassembler_elf_32.cc148 if (segment_header->p_type != PT_LOAD)
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux_libcdep.cc507 if (phdr->p_type == PT_LOAD) {
H A Dsanitizer_linux.cc752 if (phdr->p_type == PT_LOAD && preferred_base > (uptr)phdr->p_vaddr)
761 if (phdr->p_type == PT_LOAD) {
/external/elfutils/0.153/src/
H A Dfindtextrel.c348 if (phdr->p_type == PT_LOAD && (phdr->p_flags & PF_W) == 0)
H A Dsize.c638 if (phdr->p_type != PT_LOAD)
H A Dreadelf.c1004 ebl_segment_type_name (ebl, phdr->p_type, buf, sizeof (buf)),
1015 if (phdr->p_type == PT_INTERP)
1025 else if (phdr->p_type == PT_GNU_RELRO)
1102 else if (phdr->p_type == PT_LOAD && (phdr->p_flags & PF_W) == 0)
1120 if (phdr2 != NULL && phdr2->p_type == PT_LOAD
1494 if (phdr != NULL && phdr->p_type == PT_DYNAMIC)
1636 if (phdr != NULL && phdr->p_type == PT_INTERP)
1809 if (phdr != NULL && phdr->p_type == PT_INTERP)
8243 if (phdr == NULL || phdr->p_type != PT_NOTE)
H A Delfcmp.c620 if (gaps != gaps_ignore && phdr1->p_type == PT_LOAD)
H A Dldgeneric.c6452 phdr->p_type = PT_LOAD;
6476 phdr->p_type = PT_TLS;
6493 phdr->p_type = PT_GNU_STACK;
6616 phdr->p_type = PT_PHDR;
6630 phdr->p_type = PT_INTERP;
6651 phdr->p_type = PT_DYNAMIC;
/external/bluetooth/bluedroid/stack/include/
H A Dobx_api.h939 OBX_API extern BOOLEAN OBX_AddTypeHdr(BT_HDR *p_pkt, char *p_type);
1311 OBX_API extern BOOLEAN OBX_ReadTypeHdr(BT_HDR *p_pkt, UINT8 **p_type, UINT16 *p_len);
/external/qemu/include/
H A Delf.h1059 /* Legal values for p_type field of Elf32_Phdr/Elf64_Phdr. */
1099 /* Processor specific values for the Phdr p_type field. */
1290 Elf32_Word p_type; member in struct:elf32_phdr
1301 Elf64_Word p_type; member in struct:elf64_phdr
/external/valgrind/main/coregrind/m_coredump/
H A Dcoredump-elf.c121 phdr->p_type = PT_LOAD;
634 phdrs[0].p_type = PT_NOTE;
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadelf.c1026 if (phdr.p_type == PT_NOTE) {
1353 if (seg.p_type != PT_LOAD)
1613 if (a_phdr.p_type == PT_LOAD) {
1679 if (a_phdr.p_type == PT_DYNAMIC && di->soname == NULL) {
2474 if (a_phdr.p_type == PT_LOAD) {
/external/bluetooth/bluedroid/bta/dm/
H A Dbta_dm_act.c4179 UINT8 *p_type; local
4298 p_type = p++;
4332 UINT8_TO_STREAM(p_type, data_type);
4342 p_type = p++;
4367 UINT8_TO_STREAM(p_type, data_type);
4375 p_type = p++;
4400 UINT8_TO_STREAM(p_type, data_type);
/external/bluetooth/bluedroid/bta/gatt/
H A Dbta_gattc_int.h521 extern BOOLEAN bta_gattc_handle2id(tBTA_GATTC_SERV *p_srcb, UINT16 handle, tBTA_GATT_SRVC_ID *service_id, tBTA_GATT_ID *char_id, tBTA_GATT_ID *p_type);
/external/libunwind/src/arm/
H A DGex_tables.c471 switch (phdr->p_type)
/external/llvm/include/llvm/Support/
H A DELF.h1565 Elf32_Word p_type; // Type of segment member in struct:llvm::ELF::Elf32_Phdr
1577 Elf64_Word p_type; // Type of segment member in struct:llvm::ELF::Elf64_Phdr
/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp985 getElfSegmentType(Obj->getHeader()->e_machine, PI->p_type),
986 PI->p_type);
/external/elfutils/0.153/libelf/
H A Delf.h544 Elf32_Word p_type; /* Segment type */ member in struct:__anon21230
556 Elf64_Word p_type; /* Segment type */ member in struct:__anon21231
572 /* Legal values for p_type (segment type). */
1611 /* Legal values for p_type field of Elf32_Phdr. */
1895 /* Legal values for p_type field of Elf32_Phdr/Elf64_Phdr. */
2301 /* Processor specific values for the Phdr p_type field. */
2377 /* Processor specific values for the Phdr p_type field. */
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dsymbol-elf.c983 if (phdr.p_type != PT_LOAD)
/external/llvm/include/llvm/Object/
H A DELF.h739 if (PhdrI->p_type == ELF::PT_DYNAMIC) {
/external/ltrace/
H A Dltrace-elf.c1171 if (phdr.p_type == PT_LOAD) {

Completed in 1024 milliseconds

1234