Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/bfd/
Delf32-hppa.c2466 #define PREV_SEC(sec) (htab->stub_group[(sec)->id].link_sec) in elf32_hppa_next_input_section() macro
2469 PREV_SEC (isec) = *list; in elf32_hppa_next_input_section()
2504 while ((prev = PREV_SEC (curr)) != NULL in group_sections()
2524 prev = PREV_SEC (tail); in group_sections()
2543 prev = PREV_SEC (tail); in group_sections()
2552 #undef PREV_SEC in group_sections()
Delf64-ppc.c8683 #define PREV_SEC(sec) (htab->stub_group[(sec)->id].link_sec) in ppc64_elf_next_input_section() macro
8686 PREV_SEC (isec) = *list; in ppc64_elf_next_input_section()
8747 while ((prev = PREV_SEC (curr)) != NULL in group_sections()
8765 prev = PREV_SEC (tail); in group_sections()
8785 prev = PREV_SEC (tail); in group_sections()
8794 #undef PREV_SEC in group_sections()