Searched refs:new_sec (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/objtool/include/objtool/ |
| H A D | special.h | 25 struct section *new_sec; member
|
| /linux/fs/f2fs/ |
| H A D | segment.c | 2871 unsigned int *newseg, bool new_sec, bool pinning) in get_new_segment() argument 2893 if (!new_sec && ((*newseg + 1) % SEGS_PER_SEC(sbi))) { in get_new_segment() 3099 static int new_curseg(struct f2fs_sb_info *sbi, int type, bool new_sec) in new_curseg() argument 3110 ret = get_new_segment(sbi, &segno, new_sec, pinning); in new_curseg() 3426 bool new_sec, bool force) in __allocate_new_segment() argument 3437 !get_valid_blocks(sbi, curseg->segno, new_sec) && in __allocate_new_segment() 3438 !get_ckpt_valid_blocks(sbi, curseg->segno, new_sec)) in __allocate_new_segment()
|
| /linux/tools/objtool/ |
| H A D | check.c | 1797 nop->sec = special_alt->new_sec; in handle_group_alt() 1854 ERROR_FUNC(special_alt->new_sec, special_alt->new_off, in handle_group_alt() 1950 new_insn = find_insn(file, special_alt->new_sec, in add_special_section_alts() 1953 ERROR_FUNC(special_alt->new_sec, special_alt->new_off, in add_special_section_alts()
|