Searched refs:rel (Results 1 - 25 of 122) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dreliable.h125 * @param rel The reliable structure storing sent packets.
129 void reliable_send_purge (struct reliable *rel, struct reliable_ack *ack);
186 * @param rel The reliable structure to initialize.
195 void reliable_init (struct reliable *rel, int buf_size, int offset, int array_size, bool hold);
200 * @param rel The reliable structured to clean up.
202 void reliable_free (struct reliable *rel);
218 * @param rel The reliable structure to check.
224 bool reliable_can_get (const struct reliable *rel);
229 * @param rel The reliable structure for handling this VPN tunnel's
237 bool reliable_not_replay (const struct reliable *rel, packet_id_typ
463 reliable_set_timeout(struct reliable *rel, interval_t timeout) argument
[all...]
H A Dreliable.c278 reliable_init (struct reliable *rel, int buf_size, int offset, int array_size, bool hold) argument
282 CLEAR (*rel);
284 rel->hold = hold;
285 rel->size = array_size;
286 rel->offset = offset;
287 for (i = 0; i < rel->size; ++i)
289 struct reliable_entry *e = &rel->array[i];
296 reliable_free (struct reliable *rel) argument
299 for (i = 0; i < rel->size; ++i)
301 struct reliable_entry *e = &rel
308 reliable_empty(const struct reliable *rel) argument
322 reliable_send_purge(struct reliable *rel, struct reliable_ack *ack) argument
355 reliable_print_ids(const struct reliable *rel, struct gc_arena *gc) argument
372 reliable_can_get(const struct reliable *rel) argument
389 reliable_not_replay(const struct reliable *rel, packet_id_type id) argument
412 reliable_wont_break_sequentiality(const struct reliable *rel, packet_id_type id) argument
432 reliable_get_buf(struct reliable *rel) argument
449 reliable_get_buf_output_sequenced(struct reliable *rel) argument
485 reliable_get_buf_sequenced(struct reliable *rel) argument
501 reliable_can_send(const struct reliable *rel) argument
528 reliable_unique_retry(struct reliable *rel, time_t retry) argument
549 reliable_send(struct reliable *rel, int *opcode) argument
585 reliable_schedule_now(struct reliable *rel) argument
604 reliable_send_timeout(const struct reliable *rel) argument
641 reliable_mark_active_incoming(struct reliable *rel, struct buffer *buf, packet_id_type pid, int opcode) argument
673 reliable_mark_active_outgoing(struct reliable *rel, struct buffer *buf, int opcode) argument
700 reliable_mark_deleted(struct reliable *rel, struct buffer *buf, bool inc_pid) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/h8300/include/asm/
H A Dflat.h20 #define flat_get_relocate_addr(rel) (rel)
23 #define flat_put_addr_at_rp(rp, addr, rel) \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Durl-test.c23 static void test(const char *base, const char *rel) argument
26 ff_make_absolute_url(buf, sizeof(buf), base, rel);
31 ff_make_absolute_url(buf2, sizeof(buf2), buf2, rel);
33 printf("In-place handling of %s + %s failed\n", base, rel);
H A Durl.c81 const char *rel)
85 if (base && strstr(base, "://") && rel[0] == '/') {
91 if (rel[1] == '/') {
101 av_strlcat(buf, rel, size);
104 /* If rel actually is an absolute url, just copy it */
105 if (!base || strstr(rel, "://") || rel[0] == '/') {
106 av_strlcpy(buf, rel, size);
118 if (rel[0] == '?') {
119 av_strlcat(buf, rel, siz
80 ff_make_absolute_url(char *buf, int size, const char *base, const char *rel) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/kernel/
H A Ddyn.lds.S31 .rel.init : { *(.rel.init) }
33 .rel.text : { *(.rel.text .rel.text.* .rel.gnu.linkonce.t.*) }
35 .rel.fini : { *(.rel.fini) }
37 .rel.rodata : { *(.rel
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/include/asm/
H A Dflat.h9 #define flat_get_relocate_addr(rel) (rel)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Dflat.h13 #define flat_get_relocate_addr(rel) (rel)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/include/asm/
H A Dflat.h13 #define flat_get_relocate_addr(rel) (rel)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68knommu/kernel/
H A Dmodule.c40 Elf32_Rel *rel = (void *)sechdrs[relsec].sh_addr; local
46 for (i = 0; i < sechdrs[relsec].sh_size / sizeof(*rel); i++) {
49 + rel[i].r_offset;
53 + ELF32_R_SYM(rel[i].r_info);
55 switch (ELF32_R_TYPE(rel[i].r_info)) {
66 me->name, ELF32_R_TYPE(rel[i].r_info));
80 Elf32_Rela *rel = (void *)sechdrs[relsec].sh_addr; local
86 for (i = 0; i < sechdrs[relsec].sh_size / sizeof(*rel); i++) {
89 + rel[i].r_offset;
93 + ELF32_R_SYM(rel[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/kernel/
H A Dmodule.c48 Elf32_Rel *rel = (void *)sechdrs[relsec].sh_addr; local
54 for (i = 0; i < sechdrs[relsec].sh_size / sizeof(*rel); i++) {
57 + rel[i].r_offset;
61 + ELF32_R_SYM(rel[i].r_info);
63 switch (ELF32_R_TYPE(rel[i].r_info)) {
74 me->name, ELF32_R_TYPE(rel[i].r_info));
88 Elf32_Rela *rel = (void *)sechdrs[relsec].sh_addr; local
94 for (i = 0; i < sechdrs[relsec].sh_size / sizeof(*rel); i++) {
97 + rel[i].r_offset;
101 + ELF32_R_SYM(rel[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dmodule.h45 #define ELF_MIPS_R_SYM(rel) ELF32_R_SYM(rel.r_info)
46 #define ELF_MIPS_R_TYPE(rel) ELF32_R_TYPE(rel.r_info)
60 #define ELF_MIPS_R_SYM(rel) (rel.r_sym)
61 #define ELF_MIPS_R_TYPE(rel) (rel.r_type)
H A Dvpe.h31 extern void save_gp_address(unsigned int secbase, unsigned int rel);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dmodule.c75 Elf32_Rel *rel = (void *)sechdrs[relsec].sh_addr; local
81 for (i = 0; i < sechdrs[relsec].sh_size / sizeof(*rel); i++) {
84 + rel[i].r_offset;
88 + ELF32_R_SYM(rel[i].r_info);
90 switch (ELF32_R_TYPE(rel[i].r_info)) {
101 me->name, ELF32_R_TYPE(rel[i].r_info));
126 Elf64_Rela *rel = (void *)sechdrs[relsec].sh_addr; local
133 for (i = 0; i < sechdrs[relsec].sh_size / sizeof(*rel); i++) {
136 + rel[i].r_offset;
141 + ELF64_R_SYM(rel[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/
H A Dmodule.c68 Elf32_Rela *rel = (void *)sechdrs[relsec].sh_addr; local
76 for (i = 0; i < sechdrs[relsec].sh_size / sizeof(*rel); i++) {
79 + rel[i].r_offset;
83 + ELF32_R_SYM(rel[i].r_info);
84 relocation = sym->st_value + rel[i].r_addend;
95 switch (ELF32_R_TYPE(rel[i].r_info)) {
127 me->name, ELF32_R_TYPE(rel[i].r_info));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/kernel/
H A Dmodule.c103 Elf32_Rela *rel = (void *)sechdrs[relsec].sh_addr; local
112 for (i = 0; i < sechdrs[relsec].sh_size / sizeof(*rel); i++) {
115 + rel[i].r_offset;
120 + ELF32_R_SYM(rel[i].r_info);
123 relocation = sym->st_value + rel[i].r_addend;
126 switch (ELF32_R_TYPE(rel[i].r_info)) {
136 me->name, ELF32_R_TYPE(rel[i].r_info));
141 switch (ELF32_R_TYPE(rel[i].r_info)) {
186 me->name, ELF32_R_TYPE(rel[i].r_info));
192 me->name, ELF32_R_TYPE(rel[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/kernel/
H A Dmodule.c106 pr_err("module %s: .rel relocation unsupported\n", me->name);
148 Elf_Rela *rel = (void *)sechdrs[relsec].sh_addr; local
155 for (i = 0; i < sechdrs[relsec].sh_size / sizeof(*rel); i++) {
158 + rel[i].r_offset;
164 + ELF_R_SYM(rel[i].r_info);
165 value = sym->st_value + rel[i].r_addend;
167 switch (ELF_R_TYPE(rel[i].r_info)) {
224 sym->st_value + rel[i].r_addend,
225 rel[i].r_offset, location);
236 me->name, (int) ELF_R_TYPE(rel[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/score/kernel/
H A Dmodule.c54 Elf32_Rel *rel = (void *)relsec->sh_addr; local
57 for (i = 0; i < relsec->sh_size / sizeof(Elf32_Rel); i++, rel++) {
62 r_offset = ELF32_R_SYM(rel->r_info);
72 if ((rel->r_offset < 0) ||
73 (rel->r_offset > dstsec->sh_size - sizeof(u32))) {
76 me->name, relindex, i, rel->r_offset,
81 loc = dstsec->sh_addr + rel->r_offset;
82 switch (ELF32_R_TYPE(rel->r_info)) {
137 me->name, ELF32_R_TYPE(rel->r_info));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test_micro/
H A Dreport68 read rel avg runs percent rsd
69 if test "X$rel" = "X" ; then
73 # echo "read: rel $rel, avg $avg, runs $runs, percent $percent, rsd $rsd" > /dev/stderr
76 echo "<td align=right width=80><pre>$rel</pre></td>"
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/sn/kernel/
H A Dpio_phys.S47 st8.rel [r32]=r33
63 st8.rel [r32]=r33
64 (p9) st8.rel [r34]=r35
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/asm/
H A Dflat.h20 #define flat_get_relocate_addr(rel) (rel)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/include/asm/
H A Dflat.h87 #define flat_get_relocate_addr(rel) (rel & 0x7fffffff)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dmodule.c289 Elf_Mips_Rel *rel = (void *) sechdrs[relsec].sh_addr; local
299 for (i = 0; i < sechdrs[relsec].sh_size / sizeof(*rel); i++) {
302 + rel[i].r_offset;
305 + ELF_MIPS_R_SYM(rel[i]);
317 res = reloc_handlers_rel[ELF_MIPS_R_TYPE(rel[i])](me, location, v);
329 Elf_Mips_Rela *rel = (void *) sechdrs[relsec].sh_addr; local
339 for (i = 0; i < sechdrs[relsec].sh_size / sizeof(*rel); i++) {
342 + rel[i].r_offset;
345 + ELF_MIPS_R_SYM(rel[i]);
355 v = sym->st_value + rel[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/kernel/
H A Dmodule.c98 Elf32_Rel *rel = (void *)relsec->sh_addr; local
101 for (i = 0; i < relsec->sh_size / sizeof(Elf32_Rel); i++, rel++) {
109 offset = ELF32_R_SYM(rel->r_info);
118 if (rel->r_offset < 0 || rel->r_offset > dstsec->sh_size - sizeof(u32)) {
121 module->name, relindex, i, rel->r_offset,
126 loc = dstsec->sh_addr + rel->r_offset;
128 switch (ELF32_R_TYPE(rel->r_info)) {
182 if (ELF32_R_TYPE(rel->r_info) == R_ARM_MOVT_ABS)
262 if (ELF32_R_TYPE(rel
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dmodule.c131 Elf_Rela *rel = (void *)sechdrs[relsec].sh_addr; local
136 for (i = 0; i < sechdrs[relsec].sh_size / sizeof(*rel); i++) {
141 + rel[i].r_offset;
151 + ELF_R_SYM(rel[i].r_info);
152 v = sym->st_value + rel[i].r_addend;
154 switch (ELF_R_TYPE(rel[i].r_info) & 0xff) {
181 (ELF_R_TYPE(rel[i].r_info) >> 8))
218 (int) (ELF_R_TYPE(rel[i].r_info) & 0xff));

Completed in 373 milliseconds

12345