Home
last modified time | relevance | path

Searched refs:annotype (Results 1 – 3 of 3) sorted by relevance

/linux/tools/objtool/
H A Dklp-diff.c1256 if (annotype(elf, sec, reloc) != ANNOTYPE_DATA_SPECIAL) in create_fake_symbols()
1264 if (annotype(elf, sec, next_reloc) != ANNOTYPE_DATA_SPECIAL || in create_fake_symbols()
H A Dcheck.c2381 type = annotype(file->elf, sec, reloc); in read_annotate()
/linux/tools/objtool/include/objtool/
H A Delf.h418 static inline unsigned int annotype(struct elf *elf, struct section *sec, in annotype() function