Searched refs:phdr (Results 26 - 35 of 35) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/asm-generic/
H A Dvmlinux.lds.h658 * @phdr: destination PHDR (optional)
665 * @phdr defines the output PHDR to use if not blank. Be warned that
666 * output PHDR is sticky. If @phdr is specified, the next output
667 * section in the linker script will go there too. @phdr should have
674 #define PERCPU_VADDR(vaddr, phdr) \
684 } phdr \
692 * macro doesn't maniuplate @vaddr or @phdr and __per_cpu_load and
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dvpe.c1354 static void indexort(struct elf_phdr *phdr, int nph, int *index) argument
1366 toff = phdr[t].p_offset;
1367 while ((j > 0) && (phdr[index[j-1]].p_offset > toff)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dprom_init.c758 Elf32_Phdr phdr[2]; member in struct:fake_elf
796 .e_phoff = offsetof(struct fake_elf, phdr),
800 .phdr = {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-ip.c139 struct phdr { struct
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sctp/
H A Dsm_make_chunk.c1018 struct sctp_paramhdr phdr; local
1028 phdr.type = htons(chunk->chunk_hdr->type);
1029 phdr.length = chunk->chunk_hdr->length;
1031 sctp_addto_param(retval, sizeof(sctp_paramhdr_t), &phdr);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Dunwind.c2179 Elf64_Phdr *punw = NULL, *phdr = (Elf64_Phdr *) (GATE_ADDR + GATE_EHDR->e_phoff);
2182 for (i = 0; i < GATE_EHDR->e_phnum; ++i, ++phdr)
2183 if (phdr->p_type == PT_IA_64_UNWIND) {
2184 punw = phdr;
2176 Elf64_Phdr *punw = NULL, *phdr = (Elf64_Phdr *) (GATE_ADDR + GATE_EHDR->e_phoff); local
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dac3dec.c287 AC3HeaderInfo hdr, *phdr=&hdr; local
290 err = avpriv_ac3_parse_header2(&s->gbc, &phdr);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/tipc/
H A Dlink.c1183 struct tipc_msg *hdr = &sender->publ.phdr;
1281 struct tipc_msg *hdr = &sender->publ.phdr;
H A Dsocket.c732 hdr_size = msg_hdr_sz(&tport->phdr);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/be2iscsi/
H A Dbe_main.c1684 void *phdr = NULL; local
1694 phdr = pasync_handle->pbuffer;
1712 phdr, hdr_len, pfirst_buffer,

Completed in 149 milliseconds

12