Searched refs:PREV_SEC (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/legacy/binutils/bfd/
H A Delf32-hppa.c2492 #define PREV_SEC(sec) (htab->stub_group[(sec)->id].link_sec) macro
2495 PREV_SEC (isec) = *list;
2530 while ((prev = PREV_SEC (curr)) != NULL
2550 prev = PREV_SEC (tail);
2569 prev = PREV_SEC (tail);
2578 #undef PREV_SEC macro
H A Delf64-ppc.c8885 #define PREV_SEC(sec) (htab->stub_group[(sec)->id].link_sec)
8888 PREV_SEC (isec) = *list;
8952 while ((prev = PREV_SEC (curr)) != NULL
8970 prev = PREV_SEC (tail);
8990 prev = PREV_SEC (tail);
8999 #undef PREV_SEC
8881 #define PREV_SEC macro
8995 #undef PREV_SEC macro
/haiku-buildtools/binutils/bfd/
H A Delf32-hppa.c2575 #define PREV_SEC(sec) (htab->stub_group[(sec)->id].link_sec) macro
2578 PREV_SEC (isec) = *list;
2613 while ((prev = PREV_SEC (curr)) != NULL
2633 prev = PREV_SEC (tail);
2652 prev = PREV_SEC (tail);
2661 #undef PREV_SEC macro
H A Delf32-metag.c3781 #define PREV_SEC(sec) (htab->stub_group[(sec)->id].link_sec) macro
3784 PREV_SEC (isec) = *list;
3819 while ((prev = PREV_SEC (curr)) != NULL
3833 prev = PREV_SEC (tail);
3852 prev = PREV_SEC (tail);
3861 #undef PREV_SEC macro
H A Delfnn-aarch64.c3109 #define PREV_SEC(sec) (htab->stub_group[(sec)->id].link_sec) macro
3131 PREV_SEC (isec) = *list;
3166 while ((prev = PREV_SEC (curr)) != NULL
3180 prev = PREV_SEC (tail);
3196 prev = PREV_SEC (tail);
3208 #undef PREV_SEC macro
H A Delf32-arm.c5040 #define PREV_SEC(sec) (htab->stub_group[(sec)->id].link_sec) macro
5043 PREV_SEC (isec) = *list;
5075 #define NEXT_SEC PREV_SEC
5081 tail = PREV_SEC (item);
5146 #undef PREV_SEC macro

Completed in 346 milliseconds