Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/
H A Dmips-tdump.c222 HDRR sym_hdr; /* symbolic header */ variable
1345 read_seek (&sym_hdr, sizeof (sym_hdr), sym_hdr_offset, "Symbolic header"); in read_tfile()
1347 print_sym_hdr (&sym_hdr); in read_tfile()
1349 lines = read_seek (NULL, sym_hdr.cbLine, sym_hdr.cbLineOffset, in read_tfile()
1367 if (sym_hdr.iauxMax > 0) in read_tfile()
1377 sym_hdr.cbFdOffset, "File tables"); in read_tfile()
1475 if (sym_hdr.ifdMax == 0) in main()
1493 for (i = 0; i < sym_hdr.ifdMax; i++) in main()
1501 (ulong) sym_hdr.iextMax, in main()
1502 (ulong) sym_hdr.cbExtOffset); in main()
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dmips-tdump.c1356 sizeof (sym_hdr), in read_tfile()
1363 sym_hdr.cbLine, in read_tfile()
1369 sym_hdr.cbDnOffset, in read_tfile()
1374 sym_hdr.cbPdOffset, in read_tfile()
1379 sym_hdr.cbSymOffset, in read_tfile()
1392 if (sym_hdr.iauxMax > 0) in read_tfile()
1396 sym_hdr.issMax, in read_tfile()
1397 sym_hdr.cbSsOffset, in read_tfile()
1401 sym_hdr.issExtMax, in read_tfile()
1407 sym_hdr.cbFdOffset, in read_tfile()
[all …]
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2464 const ELFSectionHeader *plt_hdr, const ELFSectionHeader *sym_hdr, in ParsePLTRelocations() argument
2497 lldb::offset_t symbol_offset = reloc_symbol(rel) * sym_hdr->sh_entsize; in ParsePLTRelocations()
2550 const ELFSectionHeaderInfo *sym_hdr = GetSectionHeaderByIndex(symtab_id); in ParseTrampolineSymbols() local
2551 if (!sym_hdr) in ParseTrampolineSymbols()
2571 Section *strtab = section_list->FindSectionByID(sym_hdr->sh_link).get(); in ParseTrampolineSymbols()
2592 rel_hdr, plt_hdr, sym_hdr, plt_section_sp, in ParseTrampolineSymbols()