Home
last modified time | relevance | path

Searched refs:PREV_SEC (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.27/bfd/
Delf32-metag.c3810 #define PREV_SEC(sec) (htab->stub_group[(sec)->id].link_sec) in elf_metag_next_input_section() macro
3813 PREV_SEC (isec) = *list; in elf_metag_next_input_section()
3848 while ((prev = PREV_SEC (curr)) != NULL in group_sections()
3862 prev = PREV_SEC (tail); in group_sections()
3881 prev = PREV_SEC (tail); in group_sections()
3890 #undef PREV_SEC in group_sections()
Delf32-hppa.c2590 #define PREV_SEC(sec) (htab->stub_group[(sec)->id].link_sec) in elf32_hppa_next_input_section() macro
2593 PREV_SEC (isec) = *list; in elf32_hppa_next_input_section()
2628 while ((prev = PREV_SEC (curr)) != NULL in group_sections()
2648 prev = PREV_SEC (tail); in group_sections()
2667 prev = PREV_SEC (tail); in group_sections()
2676 #undef PREV_SEC in group_sections()
Delfnn-aarch64.c3112 #define PREV_SEC(sec) (htab->stub_group[(sec)->id].link_sec) macro
3134 PREV_SEC (isec) = *list; in elfNN_aarch64_next_input_section()
3169 while ((prev = PREV_SEC (curr)) != NULL in group_sections()
3183 prev = PREV_SEC (tail); in group_sections()
3199 prev = PREV_SEC (tail); in group_sections()
3211 #undef PREV_SEC
DChangeLog-20151319 (PREV_SEC): Delete.
DChangeLog-20094275 * elf32-arm.c (PREV_SEC): Update comment.