Home
last modified time | relevance | path

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

/external/syslinux/com32/tools/
Drelocs.c79 static int is_reloc(enum symtype type, const char *sym_name) in is_reloc() function
509 if (is_reloc(S_ABS, name) || is_reloc(S_REL, name)) in print_absolute_relocs()
588 if (is_reloc(S_ABS, symname)) in walk_relocs()
590 else if (!is_reloc(S_SEG, symname)) in walk_relocs()
593 if (is_reloc(S_LIN, symname)) in walk_relocs()
604 if (is_reloc(S_ABS, symname)) in walk_relocs()
606 else if (!is_reloc(S_REL, symname)) in walk_relocs()
610 !is_reloc(S_LIN, symname)) in walk_relocs()