Searched refs:p_type (Results 1 - 20 of 20) sorted by relevance

/bionic/libc/include/
H A Dresolv.h54 #define p_type __p_type macro
55 const char* p_type(int __type);
/bionic/tools/versioner/current/
H A Dresolv.h54 #define p_type __p_type macro
55 const char* p_type(int __type);
/bionic/libc/malloc_debug/
H A DMapData.cpp96 if (!get_val<ElfW(Word)>(entry, addr + offsetof(ElfW(Phdr), p_type), &phdr.p_type)) {
102 if (phdr.p_type == PT_LOAD && phdr.p_offset == entry->offset) {
/bionic/libc/bionic/
H A Ddl_iterate_phdr_static.cpp75 if (vdso_info.dlpi_phdr[i].p_type == PT_LOAD) {
H A Dlibc_init_static.cpp62 if (phdr->p_type != PT_GNU_RELRO) {
H A Dvdso.cpp107 if (vdso_phdr[i].p_type == PT_DYNAMIC) {
109 } else if (vdso_phdr[i].p_type == PT_LOAD) {
/bionic/linker/
H A Dlinker_phdr.cpp387 if (phdr->p_type == PT_DYNAMIC) {
494 if (phdr->p_type != PT_LOAD) {
623 if (phdr->p_type != PT_LOAD) {
725 if (phdr->p_type != PT_LOAD || (phdr->p_flags & PF_W) != 0) {
794 if (phdr->p_type != PT_GNU_RELRO) {
869 if (phdr->p_type != PT_GNU_RELRO) {
931 if (phdr->p_type != PT_GNU_RELRO) {
1011 if (phdr->p_type != PT_ARM_EXIDX) {
1044 if (phdr.p_type == PT_DYNAMIC) {
1067 if (phdr.p_type
[all...]
H A Dlinker_main.cpp327 if (si->phdr[i].p_type == PT_PHDR) {
490 if (phdr->p_type == PT_LOAD) {
H A Dlinker_mips.cpp249 if (ph.p_type == PT_MIPS_ABIFLAGS) {
/bionic/tests/
H A Dlink_test.cpp54 if (phdr->p_type == PT_LOAD) {
/bionic/tools/relocation_packer/src/
H A Delf_file.cc88 switch (program_header->p_type) {
175 if (program_header->p_type == PT_DYNAMIC) {
308 CHECK(program_header->p_type == PT_LOAD);
322 CHECK(program_header->p_type == PT_LOAD);
335 if (other_header->p_type == PT_LOAD && other_header != program_header) {
350 CHECK(program_header->p_type == PT_LOAD);
378 if (program_header->p_type == PT_GNU_STACK) {
395 if (program_header->p_type == PT_LOAD) {
421 if (program_header->p_type == PT_LOAD &&
477 if (program_header->p_type
[all...]
/bionic/libc/kernel/uapi/linux/
H A Delf.h206 Elf32_Word p_type; member in struct:elf32_phdr
216 Elf64_Word p_type; member in struct:elf64_phdr
/bionic/libc/versioner-dependencies/common/kernel_uapi/linux/
H A Delf.h206 Elf32_Word p_type; member in struct:elf32_phdr
216 Elf64_Word p_type; member in struct:elf64_phdr
/bionic/tools/versioner/dependencies/common/kernel_uapi/linux/
H A Delf.h206 Elf32_Word p_type; member in struct:elf32_phdr
216 Elf64_Word p_type; member in struct:elf64_phdr
/bionic/libc/dns/include/
H A Dresolv_private.h382 #define p_type __p_type macro
450 const char * p_type(int);
/bionic/libc/dns/resolv/
H A Dres_mkquery.c136 _res_opcodes[op], dname, p_class(class), p_type(type));
H A Dres_debug.c190 p_type(ns_rr_type(rr)),
610 p_type(int type) { function
/bionic/libc/dns/nameser/
H A Dns_print.c152 len = snprintf(tmp, sizeof(tmp), " %s %s", p_class(class), p_type(type));
522 p_type((int)typ), algorithm, labels, t);
576 len = snprintf(tmp, sizeof(tmp), " %s", p_type((int)c));
848 len = snprintf(tmp, sizeof(tmp), " %s", p_type((ns_type)c));
872 len = snprintf(tmp, sizeof(tmp), " %s", p_type((ns_type)c));
/bionic/libc/dns/net/
H A Dgetaddrinfo.c1432 qname, p_class(C_IN), p_type(qtype),
1433 p_type(type));
H A Dgethnamaddr.c368 qname, p_class(C_IN), p_type(qtype),
369 p_type(type));

Completed in 235 milliseconds