Searched refs:is_relative (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/testsuite/experimental/filesystem/path/query/
H A Dis_relative.cc35 VERIFY( p.is_relative() == !p.is_absolute() );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/experimental/filesystem/path/construct/
H A Ddefault.cc42 VERIFY( p.is_relative() );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/util/
H A Dtestsuite_fs.h55 PATH_CHK( p1, p2, is_relative );
/haiku-buildtools/binutils/gold/
H A Doutput.h1145 Address address, bool is_relative, bool is_symbolless,
1150 unsigned int shndx, Address address, bool is_relative,
1157 Output_data* od, Address address, bool is_relative,
1163 unsigned int shndx, Address address, bool is_relative,
1170 Address address, bool is_relative);
1174 Address address, bool is_relative);
1179 bool is_relative);
1182 unsigned int shndx, Address address, bool is_relative);
1202 is_relative() const function in class:gold::Output_reloc
1379 Address address, Addend addend, bool is_relative,
1378 Output_reloc(Symbol* gsym, unsigned int type, Output_data* od, Address address, Addend addend, bool is_relative, bool is_symbolless, bool use_plt_offset) argument
1386 Output_reloc(Symbol* gsym, unsigned int type, Sized_relobj<size, big_endian>* relobj, unsigned int shndx, Address address, Addend addend, bool is_relative, bool is_symbolless, bool use_plt_offset) argument
1396 Output_reloc(Sized_relobj<size, big_endian>* relobj, unsigned int local_sym_index, unsigned int type, Output_data* od, Address address, Addend addend, bool is_relative, bool is_symbolless, bool is_section_symbol, bool use_plt_offset) argument
1407 Output_reloc(Sized_relobj<size, big_endian>* relobj, unsigned int local_sym_index, unsigned int type, unsigned int shndx, Address address, Addend addend, bool is_relative, bool is_symbolless, bool is_section_symbol, bool use_plt_offset) argument
1420 Output_reloc(Output_section* os, unsigned int type, Output_data* od, Address address, Addend addend, bool is_relative) argument
1425 Output_reloc(Output_section* os, unsigned int type, Sized_relobj<size, big_endian>* relobj, unsigned int shndx, Address address, Addend addend, bool is_relative) argument
1434 Output_reloc(unsigned int type, Output_data* od, Address address, Addend addend, bool is_relative) argument
1439 Output_reloc(unsigned int type, Sized_relobj<size, big_endian>* relobj, unsigned int shndx, Address address, Addend addend, bool is_relative) argument
1462 is_relative() const function in class:gold::Output_reloc
[all...]
H A Doutput.cc714 bool is_relative,
718 is_relative_(is_relative), is_symbolless_(is_symbolless),
736 bool is_relative,
740 is_relative_(is_relative), is_symbolless_(is_symbolless),
761 bool is_relative,
766 is_relative_(is_relative), is_symbolless_(is_symbolless),
787 bool is_relative,
792 is_relative_(is_relative), is_symbolless_(is_symbolless),
815 bool is_relative)
817 is_relative_(is_relative), is_symbolless
709 Output_reloc( Symbol* gsym, unsigned int type, Output_data* od, Address address, bool is_relative, bool is_symbolless, bool use_plt_offset) argument
730 Output_reloc( Symbol* gsym, unsigned int type, Sized_relobj<size, big_endian>* relobj, unsigned int shndx, Address address, bool is_relative, bool is_symbolless, bool use_plt_offset) argument
755 Output_reloc( Sized_relobj<size, big_endian>* relobj, unsigned int local_sym_index, unsigned int type, Output_data* od, Address address, bool is_relative, bool is_symbolless, bool is_section_symbol, bool use_plt_offset) argument
781 Output_reloc( Sized_relobj<size, big_endian>* relobj, unsigned int local_sym_index, unsigned int type, unsigned int shndx, Address address, bool is_relative, bool is_symbolless, bool is_section_symbol, bool use_plt_offset) argument
810 Output_reloc( Output_section* os, unsigned int type, Output_data* od, Address address, bool is_relative) argument
831 Output_reloc( Output_section* os, unsigned int type, Sized_relobj<size, big_endian>* relobj, unsigned int shndx, Address address, bool is_relative) argument
856 Output_reloc( unsigned int type, Output_data* od, Address address, bool is_relative) argument
872 Output_reloc( unsigned int type, Sized_relobj<size, big_endian>* relobj, unsigned int shndx, Address address, bool is_relative) argument
[all...]
/haiku-buildtools/gcc/libstdc++-v3/include/experimental/
H A Dfs_path.h332 bool is_relative() const { return !is_absolute(); } function in class:experimental::filesystem::v1::path

Completed in 253 milliseconds